X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fiptables.c;h=66dbab7fbf9913eeb9a7f9af08bbac96e56095ea;hb=43954e07f30d05b2da8319749400c9bf4d01c23c;hp=a2ed4c731e11bda9dfa9d7af92d18a09f90ccd27;hpb=e5e5d99350fa54e22f07b90fbc3102df51565ad9;p=collectd.git diff --git a/src/iptables.c b/src/iptables.c index a2ed4c73..66dbab7f 100644 --- a/src/iptables.c +++ b/src/iptables.c @@ -30,13 +30,13 @@ #include "plugin.h" #include "configfile.h" +#include +#include + #ifdef HAVE_SYS_CAPABILITY_H # include #endif -#include -#include - /* * iptc_handle_t was available before libiptc was officially available as a * shared library. Note, that when the shared lib was introduced, the API and