datapath-protocol: Remove #include <linux/netlink.h>.
[openvswitch] / lib / socket-util.h
index 0376006f3f7cf041c05825cd65d43221a7899c18..10591392a51be9a1e069f211d17aa038d75d76aa 100644 (file)
@@ -18,6 +18,8 @@
 #define SOCKET_UTIL_H 1
 
 #include <sys/types.h>
+#include <sys/socket.h>
+#include <sys/time.h>
 #include <netinet/in.h>
 #include <stdbool.h>
 #include "openvswitch/types.h"