From 0a453eda9892660c2b41922e3e1567bf2d9907a0 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 28 Apr 1995 06:25:23 +0000 Subject: [PATCH] fix for linux compilation --- pppd/lcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/lcp.c b/pppd/lcp.c index 672ecb9..69342d8 100644 --- a/pppd/lcp.c +++ b/pppd/lcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: lcp.c,v 1.17 1995/04/24 05:58:06 paulus Exp $"; +static char rcsid[] = "$Id: lcp.c,v 1.18 1995/04/28 06:25:23 paulus Exp $"; #endif /* @@ -45,7 +45,7 @@ static char rcsid[] = "$Id: lcp.c,v 1.17 1995/04/24 05:58:06 paulus Exp $"; #ifdef _linux_ /* Needs ppp ioctls */ #include -#include +#include #endif /* global vars */ -- 2.39.5