diff options
Diffstat (limited to 'alloca.c')
-rw-r--r-- | alloca.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,13 @@ #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 |