summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index 0ce9cf7a..86e40784 100644
--- a/regex.c
+++ b/regex.c
@@ -34,7 +34,7 @@
#include <signal.h>
#include <stdarg.h>
#include "config.h"
-#include ALLOCA_H
+#include "alloca.h"
#include "lib.h"
#include "parser.h"
#include "signal.h"