X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvarnish.c;h=1089222327ac8a61f540f4a27d333ed1455c6a66;hb=26314b8c3fb08e1f0017ee9a6277b7fe370bf2a0;hp=a27f9cf6d3476f3e7ba38ff515d43a4c7a231639;hpb=0eebd2655842fbb634f67afd44fa4fdcf4e6f189;p=collectd.git diff --git a/src/varnish.c b/src/varnish.c index a27f9cf6..10892223 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