summaryrefslogtreecommitdiff
path: root/io/ftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/ftw.c')
-rw-r--r--io/ftw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/ftw.c b/io/ftw.c
index a7b537f446..b8c82fa969 100644
--- a/io/ftw.c
+++ b/io/ftw.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <unistd.h>
#include <sys/param.h>
-#include <sys/stat.h>
+#include <include/sys/stat.h>
/* #define NDEBUG 1 */
#include <assert.h>