diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-11-12 23:03:10 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-11-12 23:03:10 -0500 |
commit | 0a2852c4cd8a8fb95b4a3ba84d768c774186adc1 (patch) | |
tree | f7b107086812336e959806c7829cd31d04685d77 /fsade.h | |
parent | 3fc709530adbede1744a6d785598f8456d5f2626 (diff) | |
download | bfs-0a2852c4cd8a8fb95b4a3ba84d768c774186adc1.tar.xz |
Include what I use
Thanks to https://github.com/include-what-you-use/include-what-you-use
Diffstat (limited to 'fsade.h')
-rw-r--r-- | fsade.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. * |