X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fiptables.c;h=dc69f6be49c4e85c1d8522b0b00ec7201733778c;hb=c28bc580c110c78741d0805c7652e05d994b0ff4;hp=576cd63eabc0836d123c686dfde21405d7a18dcb;hpb=cacaa2126020832df99fa6423147bd3de6d4faae;p=collectd.git diff --git a/src/iptables.c b/src/iptables.c index 576cd63e..dc69f6be 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