summaryrefslogtreecommitdiff
path: root/misc/alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/alloca.c')
-rw-r--r--misc/alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/alloca.c b/misc/alloca.c
index c1699c42d..460580638 100644
--- a/misc/alloca.c
+++ b/misc/alloca.c
@@ -22,7 +22,7 @@
your main control loop, etc. to force garbage collection. */
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
#endif
#ifdef HAVE_STRING_H