summaryrefslogtreecommitdiffstats
path: root/lib/nl.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-01 07:55:43 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-01 08:34:25 (GMT)
commit97f61eda4b5d737e74ce38e589bf4c98719d699b (patch)
tree091f861657b14ef28c6f3ac38fdc248bbaad513d /lib/nl.c
parent96e1cc5b77e79ddad875f15e2611f5228388a447 (diff)
downloadlibnl-97f61eda4b5d737e74ce38e589bf4c98719d699b.zip
libnl-97f61eda4b5d737e74ce38e589bf4c98719d699b.tar.gz
libnl-97f61eda4b5d737e74ce38e589bf4c98719d699b.tar.bz2
lib: move "include/netlink-private/socket.h" to lib/nl-core.h
Diffstat (limited to 'lib/nl.c')
-rw-r--r--lib/nl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/nl.c b/lib/nl.c
index 4fbf624..a916e66 100644
--- a/lib/nl.c
+++ b/lib/nl.c
@@ -20,7 +20,6 @@
*/
#include <netlink-private/netlink.h>
-#include <netlink-private/socket.h>
#include "base/nl-base-utils.h"
#include <netlink/netlink.h>
#include <netlink/utils.h>
@@ -29,6 +28,8 @@
#include <netlink/attr.h>
#include <linux/socket.h>
+#include "nl-core.h"
+
/**
* @defgroup core_types Data Types
*