From: Thomas Graf Date: Fri, 10 Oct 2008 10:13:52 +0000 (+0200) Subject: From: Kees Cook X-Git-Tag: libnl2_0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59883b117caecd19a9de58164defcc9a91a0caa;p=thirdparty%2Flibnl.git From: Kees Cook 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"). --- 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 #include #include +#include #include #include