X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=b98b6ec189be2778faa9698c2442541331853d13;hb=1ca8987a9799a1a093d09de16487702bc1821a7b;hp=781e5b25a88de427e2def36758b9db1c7e2a12cf;hpb=7ee401ae8098e9ea7794270d28cfd00c1a515319;p=ppp.git diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index 781e5b2..b98b6ec 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.19 1997/04/30 06:00:27 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.21 1998/03/25 03:01:10 paulus Exp $"; #endif #include @@ -47,19 +47,22 @@ static char rcsid[] = "$Id: pppstats.c,v 1.19 1997/04/30 06:00:27 paulus Exp $"; #include #include #include -#include #ifndef STREAMS #include /* *BSD, Linux, NeXT, Ultrix etc. */ -#include #ifndef _linux_ +#include +#include #include #else -#include -#endif +#include +#include +#include +#endif /* _linux_ */ #else /* STREAMS */ #include /* SVR4, Solaris 2, SunOS 4, OSF/1, etc. */ +#include #include #endif /* STREAMS */