From 4603f9f8c61ecbc12e83e4d0721e4414a30f1f4b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 20 Mar 1996 01:07:36 +0000 Subject: [HAVE_STRING_H]: Include string.h. [HAVE_STDLIB_H]: Include stdlib.h. --- alloca.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'alloca.c') diff --git a/alloca.c b/alloca.c index 7061cec..12c1122 100644 --- a/alloca.c +++ b/alloca.c @@ -25,6 +25,13 @@ #include #endif +#ifdef HAVE_STRING_H +#include +#endif +#ifdef HAVE_STDLIB_H +#include +#endif + #ifdef emacs #include "blockinput.h" #endif -- cgit v1.2.3