summaryrefslogtreecommitdiffstats
path: root/lib/hash.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-02 14:34:22 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-02 20:20:13 (GMT)
commit862eed54e3882c64a5017789229b6dc9337ace17 (patch)
treea9ee8a41591ea0b046f4ab9d28f514d7f208c68d /lib/hash.c
parent2b3cd741d9944f799467b5a59fc9f3a94444a479 (diff)
downloadlibnl-862eed54e3882c64a5017789229b6dc9337ace17.zip
libnl-862eed54e3882c64a5017789229b6dc9337ace17.tar.gz
libnl-862eed54e3882c64a5017789229b6dc9337ace17.tar.bz2
all: cleanup includes and use "nm-default.h"
Diffstat (limited to 'lib/hash.c')
-rw-r--r--lib/hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hash.c b/lib/hash.c
index 17b5c8f..94a73f8 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -39,6 +39,8 @@ mixing with 12*3 instructions on 3 integers than you can with 3 instructions
on 1 byte), but shoehorning those bytes into integers efficiently is messy.
-------------------------------------------------------------------------------
*/
+#include "nl-default.h"
+
#include <netlink/hash.h>
#if HAVE_LITTLE_ENDIAN