X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fipvs.c;h=fa894897bae658b532e9af4f692d3bd802e6f4b6;hb=72ec1d0ed6cde4aa78f17d031e7a48e37cbf7a57;hp=ab76f1eb8638d2517dd1e56ddb981148d17ed556;hpb=61fba41289decabc1a18c855fcd462fece9ab983;p=collectd.git diff --git a/src/ipvs.c b/src/ipvs.c index ab76f1eb..fa894897 100644 --- a/src/ipvs.c +++ b/src/ipvs.c @@ -45,7 +45,9 @@ #endif /* HAVE_NETINET_IN_H */ /* this can probably only be found in the kernel sources */ -#if HAVE_NET_IP_VS_H +#if HAVE_LINUX_IP_VS_H +# include +#elif HAVE_NET_IP_VS_H # include #elif HAVE_IP_VS_H # include