summaryrefslogtreecommitdiff
path: root/src/format/image
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/image')
-rw-r--r--src/format/image/bmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format/image/bmp.c b/src/format/image/bmp.c
index 4bc945b..8c4d39b 100644
--- a/src/format/image/bmp.c
+++ b/src/format/image/bmp.c
@@ -1,6 +1,7 @@
#include <tinyff/image/bmp.h>
#include <tinyff/dbg.h>
#include <tinyff/result.h>
+#include <tinyff/dbg.h>
ff_result ff_bmp_isvalid(ff_ctx* ctx, ff_stream* stream)
{