ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / lib / dpif-linux.h
index a9f8bfea27c9827137bd9f22db9136ac5213ca9b..c9150b0d6e21a59ac0177546d2e8001ccc5d3fa9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2011 Nicira Networks.
+ * Copyright (c) 2010, 2011 Nicira, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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;