ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / lib / dpif-linux.h
index ced869fb2933357da26bab2a3158566c798e7380..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.
@@ -20,7 +20,7 @@
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>
-#include "openvswitch/datapath-protocol.h"
+#include <linux/openvswitch.h>
 
 struct ofpbuf;