Skip to content

Commit

Permalink
route-table-bsd: Update vlog.h inclusion
Browse files Browse the repository at this point in the history
This fixes a build failure introduced by the recent vlog change
commit e6211ad.
("lib: Move vlog.h to <openvswitch/vlog.h>")

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
  • Loading branch information
yamt committed Dec 18, 2014
1 parent 8a856a6 commit 43e2a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/route-table-bsd.c
Expand Up @@ -31,7 +31,7 @@

#include "ovs-router.h"
#include "packets.h"
#include "vlog.h"
#include "openvswitch/vlog.h"
#include "util.h"

VLOG_DEFINE_THIS_MODULE(route_table_bsd);
Expand Down

0 comments on commit 43e2a62

Please sign in to comment.