X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=8efe48147cf4313ee845d8ed7de941e86be8d6b1;hp=cab9597867e43506754f14dcc3713af6a44d560e;hb=b9af6a80627121cdc97abe440b059d9f6da2e5bb;hpb=a672c71c858daaf9f32cecba8af4f1be6561ca6c diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c index cab9597..8efe481 100644 --- a/pppstats/pppstats.c +++ b/pppstats/pppstats.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.3 1994/04/21 03:11:03 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.4 1994/06/08 00:38:49 paulus Exp $"; #endif #include @@ -47,7 +47,10 @@ static char rcsid[] = "$Id: pppstats.c,v 1.3 1994/04/21 03:11:03 paulus Exp $"; #define VJC 1 #include + +#ifndef STREAMS #include +#endif #ifdef STREAMS #define PPP_STATS 1 /* should be defined iff it is in ppp_if.c */