X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=36e1ed60dd6c7f42af3003f52496f36cdf786ee2;hp=b98b6ec189be2778faa9698c2442541331853d13;hb=a6bdb0dc29e5779e2d35bae19739d3ce93f72335;hpb=d8d1c699d9119493920fb252d047bd6560cf1dfb diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index b98b6ec..36e1ed6 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.21 1998/03/25 03:01:10 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.22 1998/03/31 23:48:03 paulus Exp $"; #endif #include @@ -55,7 +55,13 @@ static char rcsid[] = "$Id: pppstats.c,v 1.21 1998/03/25 03:01:10 paulus Exp $"; #include #include #else +/* Linux */ +#if __GLIBC__ >= 2 +#include +#else #include +#endif +#include #include #include #endif /* _linux_ */