lib: Disable Linux-specific libraries on non-Linux systems.
[openvswitch] / lib / stream-unix.c
index 33f566b371edaa4f6e2e4187b50d6a3850713ed8..930f548680c0cb00079e4d8925727c998e9cc730 100644 (file)
@@ -21,6 +21,7 @@
 #include <inttypes.h>
 #include <netdb.h>
 #include <poll.h>
+#include <sys/socket.h>
 #include <sys/types.h>
 #include <sys/un.h>
 #include <stdlib.h>