X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fipvs.c;h=fa894897bae658b532e9af4f692d3bd802e6f4b6;hb=f3cff943ff2df59718451247a10d3fd5d0505b45;hp=ab76f1eb8638d2517dd1e56ddb981148d17ed556;hpb=2652653c3db161442d28709d79c3f2d81ab571ee;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