summaryrefslogtreecommitdiffstats
path: root/lib/alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/alloca.c')
-rw-r--r--lib/alloca.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/alloca.c b/lib/alloca.c
index d1d5447..3a1f4e2 100644
--- a/lib/alloca.c
+++ b/lib/alloca.c
@@ -21,9 +21,7 @@
allocating any. It is a good idea to use alloca(0) in
your main control loop, etc. to force garbage collection. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <alloca.h>