Skip to content

Commit

Permalink
Merge pull request irssi#1515 from maflcko/patch-1
Browse files Browse the repository at this point in the history
Update server.c: Add missing include
  • Loading branch information
ailin-nemui authored Mar 31, 2024
2 parents b3f6ed0 + cf6615a commit aebc066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fe-fuzz/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <irssi/src/core/misc.h>
#include <irssi/src/core/servers-setup.h>
#include <irssi/src/core/rawlog.h>
#include <irssi/src/core/network-openssl.h>
#include <irssi/src/core/net-sendbuffer.h>

#include <stddef.h>
Expand Down

0 comments on commit aebc066

Please sign in to comment.