From: Paul Mackerras Date: Fri, 28 Apr 1995 06:25:23 +0000 (+0000) Subject: fix for linux compilation X-Git-Tag: RELEASE_2_3_6~741 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=0a453eda9892660c2b41922e3e1567bf2d9907a0 fix for linux compilation --- 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 */