summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/alloca.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libguile/alloca.c b/libguile/alloca.c
index 4e09fd205..a42ae80a3 100644
--- a/libguile/alloca.c
+++ b/libguile/alloca.c
@@ -21,10 +21,11 @@
allocating any. It is a good idea to use alloca(0) in
your main control loop, etc. to force garbage collection. */
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
-#ifdef HAVE_CONFIG_H
#include "libguile/scmconfig.h"
-#endif
#ifdef HAVE_STRING_H
#include <string.h>