Commit 88bd58a0 88bd58a0255c865ba0e0859a7d864983cfce6023 by Sam Roberts

alloca wasn't included.

1 parent 41b474d2
......@@ -32,6 +32,10 @@
# include <strings.h>
#endif
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#ifndef _
/* This is for other GNU distributions with internationalized messages.
When compiling libc, the _ macro is predefined. */
......