From d59883b117caecd19a9de58164defcc9a91a0caa Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 10 Oct 2008 12:13:52 +0200 Subject: [PATCH] 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"). --- include/netlink-local.h | 1 + 1 file changed, 1 insertion(+) 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