summaryrefslogtreecommitdiffstats
path: root/fsade.h
diff options
context:
space:
mode:
Diffstat (limited to 'fsade.h')
-rw-r--r--fsade.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fsade.h b/fsade.h
index 3136608..e964112 100644
--- a/fsade.h
+++ b/fsade.h
@@ -22,7 +22,6 @@
#ifndef BFS_FSADE_H
#define BFS_FSADE_H
-#include "bftw.h"
#include "util.h"
#include <stdbool.h>
@@ -37,6 +36,8 @@
#define BFS_CAN_CHECK_XATTRS (BFS_HAS_SYS_EXTATTR || BFS_HAS_SYS_XATTR)
+struct BFTW;
+
/**
* Check if a file has a non-trivial Access Control List.
*