From: Florian Forster Date: Tue, 11 Sep 2012 07:54:32 +0000 (+0200) Subject: configure.in: Make sure sa_familiy_t is defined when checking rtnl_dump_filter(). X-Git-Tag: collectd-5.0.5~4^2~14 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f9917650c7f661c71c8010dac9e707f075d25039;p=collectd.git configure.in: Make sure sa_familiy_t is defined when checking rtnl_dump_filter(). --- diff --git a/configure.in b/configure.in index 58c9d279..00fbad03 100644 --- a/configure.in +++ b/configure.in @@ -2201,6 +2201,8 @@ then AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [ AC_INCLUDES_DEFAULT +#include +#include #if HAVE_LIBNETLINK_H # include #elif HAVE_IPROUTE_LIBNETLINK_H @@ -2226,6 +2228,8 @@ return 0; AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [ AC_INCLUDES_DEFAULT +#include +#include #if HAVE_LIBNETLINK_H # include #elif HAVE_IPROUTE_LIBNETLINK_H