projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a22df
)
[HAVE_STRING_H]: Include string.h.
author
Roland McGrath
<roland@redhat.com>
Wed, 20 Mar 1996 01:07:36 +0000
(
01:07
+0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 20 Mar 1996 01:07:36 +0000
(
01:07
+0000)
[HAVE_STDLIB_H]: Include stdlib.h.
alloca.c
patch
|
blob
|
history
diff --git
a/alloca.c
b/alloca.c
index 7061cec2d3145c0a888bb29e8229244362d61881..12c1122981cbc5c76ef1432ae04bceacba1e1fa2 100644
(file)
--- a/
alloca.c
+++ b/
alloca.c
@@
-25,6
+25,13
@@
#include <config.h>
#endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
#ifdef emacs
#include "blockinput.h"
#endif