From d1febdd40faf2f66a901c42377a6b6efaad1449c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 28 Aug 2024 09:55:24 -0400 Subject: prelude: Split bfs-specific utilities into new bfs.h header --- tests/xtouch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/xtouch.c') diff --git a/tests/xtouch.c b/tests/xtouch.c index 8660ea5..705d4e2 100644 --- a/tests/xtouch.c +++ b/tests/xtouch.c @@ -2,9 +2,11 @@ // SPDX-License-Identifier: 0BSD #include "prelude.h" + #include "bfstd.h" #include "sanity.h" #include "xtime.h" + #include #include #include -- cgit v1.2.3