Fix build on FreeBSD.
[sliver-openvswitch.git] / lib / dpif-linux.h
index a9f8bfe..b08d28e 100644 (file)
@@ -18,8 +18,9 @@
 #define DPIF_LINUX_H 1
 
 #include <stdbool.h>
+#include <stddef.h>
 #include <stdint.h>
-#include "openvswitch/datapath-protocol.h"
+#include <linux/openvswitch.h>
 
 struct ofpbuf;