aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h
index 5f6242e..95510ca 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -8,6 +8,10 @@
#include <string.h>
+#ifndef _WIN32
+#include <sys/un.h>
+#endif
+
#include "misc.h"
#include "sbuf.h"