Browse code

bb11351 - add missing sys/un.h header. Patch by Dmitry Marakasov.

Steven Morgan authored on 2015/08/25 23:53:23
Showing 1 changed files
... ...
@@ -47,6 +47,7 @@
47 47
 #ifndef _WIN32
48 48
 #include <arpa/inet.h>
49 49
 #include <sys/socket.h>
50
+#include <sys/un.h>
50 51
 #include <netdb.h>
51 52
 #endif
52 53