Include <sys/socket.h> in socket-util.h
[openvswitch] / lib / socket-util.h
index 0376006f3f7cf041c05825cd65d43221a7899c18..c00ade25a0a459dc04e903501a7d27fb7814a5a3 100644 (file)
@@ -18,6 +18,7 @@
 #define SOCKET_UTIL_H 1
 
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #include <stdbool.h>
 #include "openvswitch/types.h"