summaryrefslogtreecommitdiff
path: root/lib/route-table-bsd.c
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2012-07-11 09:16:00 -0400
committerBen Pfaff <blp@nicira.com>2012-07-11 09:01:24 -0700
commit47cd84a8d092de4bca6ba8557678f140742c07c4 (patch)
tree09d916be28ab2f0d52d32a82a50949423a68d562 /lib/route-table-bsd.c
parentc5b25863dc9033085bc6dfd64bedd7f143d5f4a4 (diff)
downloadopenvswitch-47cd84a8d092de4bca6ba8557678f140742c07c4.tar.gz
Add forgotten header
Signed-off-by: Ed Maste <emaste@freebsd.org> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/route-table-bsd.c')
-rw-r--r--lib/route-table-bsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/route-table-bsd.c b/lib/route-table-bsd.c
index c14509164..1c290717a 100644
--- a/lib/route-table-bsd.c
+++ b/lib/route-table-bsd.c
@@ -29,6 +29,8 @@
#include <string.h>
#include <unistd.h>
+#include "vlog.h"
+
VLOG_DEFINE_THIS_MODULE(route_table);
static int pid;