Merge commit 'origin/master'
[openvswitch] / switch / table-hash.c
index d8d17db149ae0c3cde9cca492638d1ea2cc9435a..34cba7ad564e69f05ada0bf8cde9a8e495b5230f 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;