# HG changeset patch # User Roland McGrath # Date 827284056 0 # Node ID 885968b5998ed87126869f112d434a03bffaa811 # Parent 055c7356865b0a7c492142faa33035ca30ba84fc [HAVE_STRING_H]: Include string.h. [HAVE_STDLIB_H]: Include stdlib.h. diff -r 055c7356865b -r 885968b5998e src/alloca.c --- a/src/alloca.c Tue Mar 19 23:43:50 1996 +0000 +++ b/src/alloca.c Wed Mar 20 01:07:36 1996 +0000 @@ -25,6 +25,13 @@ #include #endif +#ifdef HAVE_STRING_H +#include +#endif +#ifdef HAVE_STDLIB_H +#include +#endif + #ifdef emacs #include "blockinput.h" #endif