Merge branch "partner", to simplify partner integration.
[sliver-openvswitch.git] / switch / table-hash.c
index 7e675a1..ba8ebff 100644 (file)
@@ -37,8 +37,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include "crc32.h"
-#include "flow.h"
 #include "datapath.h"
+#include "flow.h"
+#include "switch-flow.h"
 
 struct sw_table_hash {
     struct sw_table swt;