summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 2cf3e36e..6ee34e7f 100644
--- a/eval.c
+++ b/eval.c
@@ -34,7 +34,7 @@
#include <time.h>
#include <assert.h>
#include "config.h"
-#include ALLOCA_H
+#include "alloca.h"
#include "lib.h"
#include "gc.h"
#include "args.h"