X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=36e1ed60dd6c7f42af3003f52496f36cdf786ee2;hb=a7303901666947e35117b872264dba61a16591c7;hp=b98b6ec189be2778faa9698c2442541331853d13;hpb=b316f738651e2cfab112c70e799850a7304fb3e2;p=ppp.git 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_ */