From: Ed Maste Date: Wed, 11 Jul 2012 13:16:00 +0000 (-0400) Subject: Add forgotten header X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff_plain;h=47cd84a8d092de4bca6ba8557678f140742c07c4 Add forgotten header Signed-off-by: Ed Maste Signed-off-by: Ben Pfaff --- diff --git a/lib/route-table-bsd.c b/lib/route-table-bsd.c index c1450916..1c290717 100644 --- a/lib/route-table-bsd.c +++ b/lib/route-table-bsd.c @@ -29,6 +29,8 @@ #include #include +#include "vlog.h" + VLOG_DEFINE_THIS_MODULE(route_table); static int pid;