summaryrefslogtreecommitdiffstats
path: root/ffi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffi.c')
-rw-r--r--ffi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.c b/ffi.c
index 7bf5cad8..9f07ad27 100644
--- a/ffi.c
+++ b/ffi.c
@@ -43,7 +43,7 @@
#if HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-#include ALLOCA_H
+#include "alloca.h"
#include "lib.h"
#include "stream.h"
#include "gc.h"