X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=switch%2Ftable-hash.c;h=34cba7ad564e69f05ada0bf8cde9a8e495b5230f;hb=b7d8bab74dc293132fcb7fdd72ba497ca71d72ab;hp=d8d17db149ae0c3cde9cca492638d1ea2cc9435a;hpb=57d52057650716ee354ebbe588d2a884ccabc81f;p=openvswitch diff --git a/switch/table-hash.c b/switch/table-hash.c index d8d17db1..34cba7ad 100644 --- a/switch/table-hash.c +++ b/switch/table-hash.c @@ -37,8 +37,9 @@ #include #include #include "crc32.h" -#include "flow.h" #include "datapath.h" +#include "flow.h" +#include "switch-flow.h" struct sw_table_hash { struct sw_table swt;