From c6f5ecdbbd82989f4641fe193e9d76de97446d03 Mon Sep 17 00:00:00 2001 From: Watson Wheeler Date: Sun, 28 Jun 2026 20:23:29 +1000 Subject: feat(compat): Check system and processor compatibility Signed-off-by: Watson Wheeler --- include/tinyff/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/tinyff/common.h') diff --git a/include/tinyff/common.h b/include/tinyff/common.h index 6d93a70..5d070a4 100644 --- a/include/tinyff/common.h +++ b/include/tinyff/common.h @@ -7,6 +7,7 @@ #include #include #include +#include #ifdef USE_THREAD #include @@ -142,4 +143,4 @@ typedef struct ff_ctx { ff_ctx* ff_init(ff_allocator* allocator); void ff_cleanup(ff_ctx* ctx); -#endif \ No newline at end of file +#endif -- cgit v1.2.3