From ca00b621eba1bf8b2a591b943090ac8af605922d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 19 Jan 2023 14:49:32 -0500 Subject: tests/xtouch: Fix macOS build --- tests/xtouch.c | 1 + 1 file changed, 1 insertion(+) 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 #include -- cgit v1.2.3