]> git.ozlabs.org Git - ppp.git/commitdiff
include alloca.h
authorPaul Mackerras <paulus@samba.org>
Tue, 19 Dec 1995 02:04:40 +0000 (02:04 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 19 Dec 1995 02:04:40 +0000 (02:04 +0000)
pppd/sys-sunos4.c

index d2f83f7239d94081fea2a6502b6031f6837424a3..730e0a78017e145e0fe18144edb0d1184fa55f94 100644 (file)
@@ -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 <stdio.h>
@@ -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 <alloca.h>
+#endif /*sparc*/
+
 static int     pppfd;
 static int     fdmuxid = -1;
 static int     iffd;