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 --- utilities/nlmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utilities/nlmon.c') diff --git a/utilities/nlmon.c b/utilities/nlmon.c index 99b060c97..dc5d8c491 100644 --- a/utilities/nlmon.c +++ b/utilities/nlmon.c @@ -29,7 +29,7 @@ #include "poll-loop.h" #include "timeval.h" #include "util.h" -#include "vlog.h" +#include "openvswitch/vlog.h" static const struct nl_policy rtnlgrp_link_policy[] = { [IFLA_IFNAME] = { .type = NL_A_STRING, .optional = false }, -- cgit v1.2.1