[HAVE_STRING_H]: Include string.h.
authorRoland McGrath <roland@gnu.org>
Wed, 20 Mar 1996 01:07:36 +0000 (01:07 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 20 Mar 1996 01:07:36 +0000 (01:07 +0000)
[HAVE_STDLIB_H]: Include stdlib.h.

src/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