From: Paul Mackerras Date: Tue, 4 May 1999 06:58:36 +0000 (+0000) Subject: make it compile under Solaris X-Git-Tag: ppp-2.4.7~718 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=302f2d3d860c5ee394c2045ab0eca9a74db049f3 make it compile under Solaris --- diff --git a/pppd/utils.c b/pppd/utils.c index 7c42ce6..714a7c0 100644 --- a/pppd/utils.c +++ b/pppd/utils.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef lint -static char rcsid[] = "$Id: utils.c,v 1.2 1999/04/16 11:34:27 paulus Exp $"; +static char rcsid[] = "$Id: utils.c,v 1.3 1999/05/04 06:58:36 paulus Exp $"; #endif #include @@ -40,6 +40,9 @@ static char rcsid[] = "$Id: utils.c,v 1.2 1999/04/16 11:34:27 paulus Exp $"; #include #include #include +#ifdef SVR4 +#include +#endif #include "pppd.h"