From b326c62b2f2eaeafd0b6a11cecdb11faa31ff38b Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 27 Nov 1997 06:08:26 +0000 Subject: [PATCH] mods to get it to compile better on linux --- pppd/demand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/demand.c b/pppd/demand.c index dc13ba7..cbd8980 100644 --- a/pppd/demand.c +++ b/pppd/demand.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: demand.c,v 1.6 1997/04/30 05:51:56 paulus Exp $"; +static char rcsid[] = "$Id: demand.c,v 1.7 1997/11/27 06:08:26 paulus Exp $"; #endif #include @@ -35,8 +35,8 @@ static char rcsid[] = "$Id: demand.c,v 1.6 1997/04/30 05:51:56 paulus Exp $"; #include #include #include -#include #ifdef PPP_FILTER +#include #include #include #endif -- 2.39.2