summaryrefslogtreecommitdiffstats
path: root/ftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftw.c')
-rw-r--r--ftw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftw.c b/ftw.c
index 22b857e3..90cf6820 100644
--- a/ftw.c
+++ b/ftw.c
@@ -32,7 +32,7 @@
#include <stddef.h>
#include <ftw.h>
#include "config.h"
-#include ALLOCA_H
+#include "alloca.h"
#include "lib.h"
#include "gc.h"
#include "args.h"