summaryrefslogtreecommitdiff
path: root/include/tinyff/common.h
diff options
context:
space:
mode:
authorWatson Wheeler <git@tazy.dev>2026-06-28 20:23:29 +1000
committerWatson Wheeler <git@tazy.dev>2026-07-02 19:39:07 +1000
commitc6f5ecdbbd82989f4641fe193e9d76de97446d03 (patch)
treec93ccbb6bcc5a3357b3b8057d8ea8b213fd528db /include/tinyff/common.h
parentf65b49d05c1fe1ef1a31616cb171a52579836d2d (diff)
feat(compat): Check system and processor compatibility
Signed-off-by: Watson Wheeler <git@tazy.dev>
Diffstat (limited to 'include/tinyff/common.h')
-rw-r--r--include/tinyff/common.h3
1 files changed, 2 insertions, 1 deletions
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 <stdbool.h>
#include <stddef.h>
#include <tinyff/stream.h>
+#include <tinyff/compat.h>
#ifdef USE_THREAD
#include <pthread.h>
@@ -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