This fixes a build failure introduced by the recent vlog change
commit e6211adce42c28453e0004c7a3e342a3d52bb97d.
("lib: Move vlog.h to <openvswitch/vlog.h>")

Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp>
---
 lib/route-table-bsd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/route-table-bsd.c b/lib/route-table-bsd.c
index 709c9f3..557c0bf 100644
--- a/lib/route-table-bsd.c
+++ b/lib/route-table-bsd.c
@@ -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);
-- 
1.9.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to