]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
From: Kees Cook <kees@outflux.net>
authorThomas Graf <tgr@plip.localdomain>
Fri, 10 Oct 2008 10:13:52 +0000 (12:13 +0200)
committerThomas Graf <tgr@plip.localdomain>
Fri, 10 Oct 2008 10:13:52 +0000 (12:13 +0200)
Hello!  It seems that libnl is missing an include for limits.h, which
causes it to FTBFS when glibc 2.8 is installed (currently in
experimental, so I left this bug severity at "normal").

include/netlink-local.h

index 3942a4ae351a80dd17f0a4a3aa7dc9039dc1a11a..958ac23132689f500f8fbf8e896018f02f23b4d4 100644 (file)
@@ -26,6 +26,7 @@
 #include <sys/socket.h>
 #include <inttypes.h>
 #include <assert.h>
+#include <limits.h>
 
 #include <arpa/inet.h>
 #include <netdb.h>