diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-01-19 14:49:32 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-01-19 14:49:32 -0500 |
commit | ca00b621eba1bf8b2a591b943090ac8af605922d (patch) | |
tree | 2f54dc27ad5e9015cc798875171ee01e2c828aca /tests/xtouch.c | |
parent | 683552c4c9a3dfee4ce603157bb2cf18d64fbcfc (diff) | |
download | bfs-ca00b621eba1bf8b2a591b943090ac8af605922d.tar.xz |
tests/xtouch: Fix macOS build
Diffstat (limited to 'tests/xtouch.c')
-rw-r--r-- | tests/xtouch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/xtouch.c b/tests/xtouch.c index 262fc33..9a91ec7 100644 --- a/tests/xtouch.c +++ b/tests/xtouch.c @@ -14,6 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ****************************************************************************/ +#include "../src/bfstd.h" #include "../src/xtime.h" #include <errno.h> #include <fcntl.h> |