Prepare for post-1.6.0 (1.6.90).
[openvswitch] / lib / dpif-linux.h
index a9f8bfea27c9827137bd9f22db9136ac5213ca9b..b08d28e5ccc129d9e56983a8528eff247cb1fef5 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;