Skip to content

Commit

Permalink
lib/meta-flow: Include util.h for ovs_assert().
Browse files Browse the repository at this point in the history
Signed-off-by: Jarno Rajahalme <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Jarno Rajahalme authored and blp committed Oct 15, 2013
1 parent d58b851 commit 8d22d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/meta-flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "shash.h"
#include "socket-util.h"
#include "unaligned.h"
#include "util.h"
#include "vlog.h"

VLOG_DEFINE_THIS_MODULE(meta_flow);
Expand Down

0 comments on commit 8d22d2c

Please sign in to comment.