X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppstats%2Fpppstats.c;h=8efe48147cf4313ee845d8ed7de941e86be8d6b1;hb=a997ae3e882145f6e99b256eee81396615ea89a5;hp=cab9597867e43506754f14dcc3713af6a44d560e;hpb=a672c71c858daaf9f32cecba8af4f1be6561ca6c;p=ppp.git 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 */