From e6211adce42c28453e0004c7a3e342a3d52bb97d Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 15 Dec 2014 14:10:38 +0100 Subject: lib: Move vlog.h to A new function vlog_insert_module() is introduced to avoid using list_insert() from the vlog.h header. Signed-off-by: Thomas Graf Acked-by: Ben Pfaff --- tests/test-stp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-stp.c') diff --git a/tests/test-stp.c b/tests/test-stp.c index 88a138dc7..6250c547d 100644 --- a/tests/test-stp.c +++ b/tests/test-stp.c @@ -26,7 +26,7 @@ #include "ofpbuf.h" #include "ovstest.h" #include "packets.h" -#include "vlog.h" +#include "openvswitch/vlog.h" struct bpdu { int port_no; -- cgit v1.2.1