X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fipvs.c;h=fa894897bae658b532e9af4f692d3bd802e6f4b6;hb=c591ba1d3171d08d194eeb6ea3540ff696a3392b;hp=ab76f1eb8638d2517dd1e56ddb981148d17ed556;hpb=488c2ca9e3f6f6082f192bdd5d737c6cd1298ba2;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