projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b2586
)
Add forgotten header
author
Ed Maste
<emaste@freebsd.org>
Wed, 11 Jul 2012 13:16:00 +0000
(09:16 -0400)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 11 Jul 2012 16:01:24 +0000
(09:01 -0700)
Signed-off-by: Ed Maste <emaste@freebsd.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/route-table-bsd.c
patch
|
blob
|
history
diff --git
a/lib/route-table-bsd.c
b/lib/route-table-bsd.c
index c14509164b57e9e816950c4949622f6b0abe8dd2..1c290717a937a64f3336af836f755e5e7607e615 100644
(file)
--- 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;