summaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 9271f03a..ebb5d9b9 100644
--- a/parser.c
+++ b/parser.c
@@ -37,7 +37,7 @@
#include <wctype.h>
#include <errno.h>
#include "config.h"
-#include ALLOCA_H
+#include "alloca.h"
#ifdef __CYGWIN__
#include <sys/utsname.h>
#endif