summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-03-15 13:37:19 (GMT)
committerThomas Haller <thaller@redhat.com>2022-03-16 23:09:27 (GMT)
commite8842867b16419cbef8078da9e9714cac32b74af (patch)
treef1a1a870e48345c95cb0fee1f8c5f9888ee69a73 /include
parent7d43191a324195ec8030bc42f9aec0279c3b5da3 (diff)
downloadlibnl-e8842867b16419cbef8078da9e9714cac32b74af.zip
libnl-e8842867b16419cbef8078da9e9714cac32b74af.tar.gz
libnl-e8842867b16419cbef8078da9e9714cac32b74af.tar.bz2
lib: include <netlink-private/utils.h> in <netlink-private/netlink.h>
We have a base-set of tools, under netlink-private. It should not be necessary to include all the bits individually. Just drag this all in. Only downside is that the compiler has more to parse.
Diffstat (limited to 'include')
-rw-r--r--include/netlink-private/netlink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netlink-private/netlink.h b/include/netlink-private/netlink.h
index 745ad88..d86a55d 100644
--- a/include/netlink-private/netlink.h
+++ b/include/netlink-private/netlink.h
@@ -59,6 +59,7 @@
#include <netlink-private/object-api.h>
#include <netlink-private/cache-api.h>
#include <netlink-private/types.h>
+#include <netlink-private/utils.h>
#define NSEC_PER_SEC 1000000000L