summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgr@plip.localdomain>2008-10-10 12:13:52 +0200
committerThomas Graf <tgr@plip.localdomain>2008-10-10 12:13:52 +0200
commitd59883b117caecd19a9de58164defcc9a91a0caa (patch)
tree1f22c7c2181dda8c0cb4b713282af696dcc678f7 /include
parent562c5323af89b4386eabf90aaf47bb67dca0fb6e (diff)
downloadandroid_external_libnl-d59883b117caecd19a9de58164defcc9a91a0caa.tar.gz
android_external_libnl-d59883b117caecd19a9de58164defcc9a91a0caa.tar.bz2
android_external_libnl-d59883b117caecd19a9de58164defcc9a91a0caa.zip
From: Kees Cook <kees@outflux.net>
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").
Diffstat (limited to 'include')
-rw-r--r--include/netlink-local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netlink-local.h b/include/netlink-local.h
index 3942a4a..958ac23 100644
--- a/include/netlink-local.h
+++ b/include/netlink-local.h
@@ -26,6 +26,7 @@
#include <sys/socket.h>
#include <inttypes.h>
#include <assert.h>
+#include <limits.h>
#include <arpa/inet.h>
#include <netdb.h>