c60903adf7
to pick the builtin alloca
12 lines
273 B
Text
12 lines
273 B
Text
$NetBSD: patch-cg,v 1.1 2007/02/18 11:17:03 tonio Exp $
|
|
|
|
--- build.c.orig Thu Sep 24 22:23:16 1998
|
|
+++ build.c
|
|
@@ -8,6 +8,7 @@
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|