X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fiptables.c;h=ea8c65e9008916c6004d4ce0b9e41f24f78cba64;hb=7746d34c8ecc4fa984187cf2b1a93d1b6d3a061b;hp=6522a5596ed61ea71b09d2e1104de50bfaf09127;hpb=7e44a991736f5b26f035711bb9296a176722edaf;p=collectd.git diff --git a/src/iptables.c b/src/iptables.c index 6522a559..ea8c65e9 100644 --- a/src/iptables.c +++ b/src/iptables.c @@ -25,7 +25,9 @@ #include "plugin.h" #include "configfile.h" -#if HAVE_LIBIPTC_LIBIPTC_H +#if OWN_LIBIPTC +# include "libiptc/libiptc.h" +#else # include #endif