summaryrefslogtreecommitdiffstats
path: root/lib/nl.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-01 08:56:47 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-02 20:20:12 (GMT)
commit1010776d62a0e0ae261fff61c6c00f3f0c1ff2a0 (patch)
tree6472fb70628d554104964afbfda928ceecbde800 /lib/nl.c
parentd1d57846ccb8d9664206a0a3f735db26d4bc4c8d (diff)
downloadlibnl-1010776d62a0e0ae261fff61c6c00f3f0c1ff2a0.zip
libnl-1010776d62a0e0ae261fff61c6c00f3f0c1ff2a0.tar.gz
libnl-1010776d62a0e0ae261fff61c6c00f3f0c1ff2a0.tar.bz2
include: split and drop "netlink-private/types.h"
Move all the declarations from "netlink-private/types.h" to places closer to where they are used.
Diffstat (limited to 'lib/nl.c')
-rw-r--r--lib/nl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nl.c b/lib/nl.c
index a916e66..84baa98 100644
--- a/lib/nl.c
+++ b/lib/nl.c
@@ -29,6 +29,7 @@
#include <linux/socket.h>
#include "nl-core.h"
+#include "nl-priv-dynamic-core/nl-core.h"
/**
* @defgroup core_types Data Types