Including <linux/netlink> requires <sys/socket.h> on some systems.
This commit is contained in:
parent
3f4877cf2f
commit
2aedabb52c
@ -119,7 +119,7 @@ AC_COMPILE_IFELSE(
|
||||
])
|
||||
|
||||
AC_CHECK_HEADER(linux/netlink.h,
|
||||
[AC_DEFINE([HAVE_NETLINK],[1],[Support for Linux netlink])])
|
||||
[AC_DEFINE([HAVE_NETLINK],[1],[Support for Linux netlink])], [], [#include <sys/socket.h>])
|
||||
|
||||
################################################################################################################
|
||||
### Library checks
|
||||
|
Loading…
x
Reference in New Issue
Block a user