summaryrefslogtreecommitdiff
path: root/lib/netfilter/queue.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-01-24 13:51:24 +0100
committerThomas Graf <tgraf@suug.ch>2013-01-24 13:51:24 +0100
commit9680f910f46b78d700ae66a16c08d8927dfc2199 (patch)
treebcceae90ee6f564a3f5abd8b51316a00fa0377e7 /lib/netfilter/queue.c
parent1419851eb46aa5823c27792c3d4bb6a2b55ca9f4 (diff)
downloadlibnl-9680f910f46b78d700ae66a16c08d8927dfc2199.tar.gz
Move private header files to <netlink-private/*>
This clarifies the seperation between public and private header files. Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'lib/netfilter/queue.c')
-rw-r--r--lib/netfilter/queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netfilter/queue.c b/lib/netfilter/queue.c
index ff1de0e0..56556479 100644
--- a/lib/netfilter/queue.c
+++ b/lib/netfilter/queue.c
@@ -19,7 +19,7 @@
#include <sys/types.h>
#include <linux/netfilter/nfnetlink_queue.h>
-#include <netlink-local.h>
+#include <netlink-private/netlink.h>
#include <netlink/attr.h>
#include <netlink/netfilter/nfnl.h>
#include <netlink/netfilter/queue.h>