summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-02 14:00:37 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-02 20:20:12 (GMT)
commit8952ce6f6fd925f4c9421d31cbb532ebf46e8a72 (patch)
treeb83136cb9f959d5776ec0737ffc1a7516ebae78b /include
parent1010776d62a0e0ae261fff61c6c00f3f0c1ff2a0 (diff)
downloadlibnl-8952ce6f6fd925f4c9421d31cbb532ebf46e8a72.zip
libnl-8952ce6f6fd925f4c9421d31cbb532ebf46e8a72.tar.gz
libnl-8952ce6f6fd925f4c9421d31cbb532ebf46e8a72.tar.bz2
build: move "lib/defs.h" to "include/config.h"
It seems "config.h" is the more common name for the autotools generated header. In any case, it should not be under "lib", because lib is specifically about libnl-3 and similar libraries. It's awkward for modules under src to include from lib.
Diffstat (limited to 'include')
-rw-r--r--include/netlink-private/netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink-private/netlink.h b/include/netlink-private/netlink.h
index 6c02274..5d6f7e5 100644
--- a/include/netlink-private/netlink.h
+++ b/include/netlink-private/netlink.h
@@ -26,7 +26,7 @@
#include <arpa/inet.h>
#include <netdb.h>
-#include <defs.h>
+#include <config.h>
#ifndef SOL_NETLINK
#define SOL_NETLINK 270