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