diff options
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 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 |
