Code

build system: Include <adm/types.h> when checking for `libnetlink.h'.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 4 Sep 2007 21:44:50 +0000 (23:44 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 4 Sep 2007 21:44:50 +0000 (23:44 +0200)
configure.in

index d02c12f6370d128cde079b6b4ff23ac3c2ac1152..8544ca467b2299897f6dbccc32690e9fb16f4090 100644 (file)
@@ -1434,6 +1434,7 @@ then
        AC_CHECK_HEADERS(iproute/libnetlink.h, [], [with_libnetlink="no (iproute/libnetlink.h not found)"],
 [#include <stdio.h>
 #include <sys/types.h>
+#include <asm/types.h>
 #include <sys/socket.h>
 #include <linux/netlink.h>
 #include <linux/rtnetlink.h>])