summaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index 38cbd7f0..3a28fd3f 100644
--- a/socket.c
+++ b/socket.c
@@ -44,6 +44,7 @@
#elif HAVE_SELECT
#include <sys/select.h>
#endif
+#include <netinet/in.h>
#include "lib.h"
#include "stream.h"
#include "signal.h"