From 6a7762bd6ab5eaeec23fa05a22c1edf4d9ab0804 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 23 Apr 2015 11:47:01 +0200 Subject: all: Fix libnl3 include path The libnl3 examples [1] use etc. and since pkg-config returns the paths including the libnl3 path component, we should specify our include paths relative to these ones, not /usr/include. [1] http://www.infradead.org/~tgr/libnl/doc/core.html#_linking_to_this_library Signed-off-by: Tobias Klauser --- proto_nlmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto_nlmsg.c') diff --git a/proto_nlmsg.c b/proto_nlmsg.c index 6f3d310..787d9d6 100644 --- a/proto_nlmsg.c +++ b/proto_nlmsg.c @@ -7,8 +7,8 @@ #include #include #include -#include #include +#include #include "pkt_buff.h" #include "proto.h" -- cgit v1.2.3-54-g00ecf