From 9420784901517dbd06185b874d2a2bed3b8f6e25 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 19 Dec 1995 02:04:40 +0000 Subject: [PATCH] include alloca.h --- pppd/sys-sunos4.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pppd/sys-sunos4.c b/pppd/sys-sunos4.c index d2f83f7..730e0a7 100644 --- a/pppd/sys-sunos4.c +++ b/pppd/sys-sunos4.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-sunos4.c,v 1.1 1995/10/27 03:54:02 paulus Exp $"; +static char rcsid[] = "$Id: sys-sunos4.c,v 1.2 1995/12/19 02:04:40 paulus Exp $"; #endif #include @@ -61,6 +61,10 @@ static char rcsid[] = "$Id: sys-sunos4.c,v 1.1 1995/10/27 03:54:02 paulus Exp $" #include "pppd.h" +#if defined(sun) && defined(sparc) +#include +#endif /*sparc*/ + static int pppfd; static int fdmuxid = -1; static int iffd; -- 2.39.2