From: Paul Mackerras Date: Wed, 25 Mar 1998 03:01:10 +0000 (+0000) Subject: fix up includes X-Git-Tag: RELEASE_2_3_6~100 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=b316f738651e2cfab112c70e799850a7304fb3e2 fix up includes --- diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index b8784c2..b98b6ec 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.20 1998/02/04 01:42:06 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.21 1998/03/25 03:01:10 paulus Exp $"; #endif #include @@ -47,15 +47,22 @@ static char rcsid[] = "$Id: pppstats.c,v 1.20 1998/02/04 01:42:06 paulus Exp $"; #include #include #include -#include #ifndef STREAMS #include /* *BSD, Linux, NeXT, Ultrix etc. */ +#ifndef _linux_ #include +#include #include +#else +#include +#include +#include +#endif /* _linux_ */ #else /* STREAMS */ #include /* SVR4, Solaris 2, SunOS 4, OSF/1, etc. */ +#include #include #endif /* STREAMS */