diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-01 07:55:43 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-01 08:34:25 (GMT) |
commit | 97f61eda4b5d737e74ce38e589bf4c98719d699b (patch) | |
tree | 091f861657b14ef28c6f3ac38fdc248bbaad513d /lib/nl.c | |
parent | 96e1cc5b77e79ddad875f15e2611f5228388a447 (diff) | |
download | libnl-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 * |