diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-11-06 16:22:57 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-11-06 16:37:14 -0500 |
commit | 096884c4fe1fb922eab2797d4583ca2ae8ae2600 (patch) | |
tree | 850e214301a5fd94b7f2a3e94bd90a390739581f /src/fsade.h | |
parent | 46387a7dcda93e7df9f5baa3ead753c0feeff122 (diff) | |
download | bfs-096884c4fe1fb922eab2797d4583ca2ae8ae2600.tar.xz |
config: Split out some of util.h into a new header
Diffstat (limited to 'src/fsade.h')
-rw-r--r-- | src/fsade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsade.h b/src/fsade.h index bd7fc5b..f45c6fd 100644 --- a/src/fsade.h +++ b/src/fsade.h @@ -22,7 +22,7 @@ #ifndef BFS_FSADE_H #define BFS_FSADE_H -#include "util.h" +#include "config.h" #include <stdbool.h> #define BFS_CAN_CHECK_ACL BFS_USE_SYS_ACL_H |