diff options
| author | Watson Wheeler <git@tazy.dev> | 2026-06-28 20:23:29 +1000 |
|---|---|---|
| committer | Watson Wheeler <git@tazy.dev> | 2026-06-28 20:23:29 +1000 |
| commit | 41d4b92421308c15811c0cb7658a64ee6773e413 (patch) | |
| tree | 0990893057e6020efe2fd0d6672cd1bf930b8ccc /include/tinyff/common.h | |
| parent | 14928a180689981c9b9de4d1ad373bf9e2694e63 (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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tinyff/common.h b/include/tinyff/common.h index d4215ed..766f0ab 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_BENCH @@ -138,4 +139,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 |
