X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=1a8de1b26adfe214b45197a8b59e02d6cf4a5530;hb=c1eeca9d7cfb0e9cefdbfd7781d08ec566ba123b;hp=b0fbf566dec2b69e11dab8b3c0ef2b743c963e48;hpb=0e45add146a20c00ec8e2cbc47f94f591ad48ce6;p=collectd.git diff --git a/configure.ac b/configure.ac index b0fbf566..1a8de1b2 100644 --- a/configure.ac +++ b/configure.ac @@ -809,7 +809,9 @@ if test "x$have_swapctl" = "xyes"; then # undef _LARGEFILE64_SOURCE #endif #include +#include #include +#include ]]], [[[ int num = swapctl(0, NULL); @@ -829,7 +831,9 @@ int num = swapctl(0, NULL); # undef _LARGEFILE64_SOURCE #endif #include +#include #include +#include ]]], [[[ int num = swapctl(0, NULL, 0);