diff --git a/alloca.c b/alloca.c index 7061cec2..12c11229 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