X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvarnish.c;h=c6c4df05d413b97fe2ee1de80d81b3c42f29e2e1;hb=7bab45b57d6ef99ae55c499c51478dd63c3b1397;hp=a94cb80c64879b77808774114f265fbe5eeef57d;hpb=ff17a1ce15e2bb1ea43c05974a17901ca43bc0d7;p=collectd.git diff --git a/src/varnish.c b/src/varnish.c index a94cb80c..c6c4df05 100644 --- a/src/varnish.c +++ b/src/varnish.c @@ -29,19 +29,19 @@ #include "configfile.h" #if HAVE_VARNISH_V4 -#include -#include +#include +#include typedef struct VSC_C_main c_varnish_stats_t; #endif #if HAVE_VARNISH_V3 -#include -#include +#include +#include typedef struct VSC_C_main c_varnish_stats_t; #endif #if HAVE_VARNISH_V2 -#include +#include typedef struct varnish_stats c_varnish_stats_t; #endif