OSDN Git Service

[HAVE_STRING_H]: Include string.h.
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Mar 1996 01:07:36 +0000 (01:07 +0000)
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Mar 1996 01:07:36 +0000 (01:07 +0000)
[HAVE_STDLIB_H]: Include stdlib.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11568 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/alloca.c

index 7061cec..12c1122 100644 (file)
 #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