lib/meta-flow: Include util.h for ovs_assert().
authorJarno Rajahalme <jrajahalme@nicira.com>
Tue, 15 Oct 2013 17:30:44 +0000 (10:30 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 15 Oct 2013 18:50:05 +0000 (11:50 -0700)
Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/meta-flow.c

index 5bf690b..51de89b 100644 (file)
@@ -33,6 +33,7 @@
 #include "shash.h"
 #include "socket-util.h"
 #include "unaligned.h"
+#include "util.h"
 #include "vlog.h"
 
 VLOG_DEFINE_THIS_MODULE(meta_flow);