Work around bugs in system headers.
[sliver-openvswitch.git] / ofproto / pinsched.c
index 306d851..bc7bd11 100644 (file)
@@ -16,6 +16,8 @@
 
 #include <config.h>
 #include "pinsched.h"
+#include <sys/types.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <stdint.h>
 #include <stdlib.h>