summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-30 16:41:54 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-30 16:41:54 +1100
commit0371a6da2ab8f4ae70e09aa12811b8ecf4f98faa (patch)
treec11d601232c0bf1511855cacee5b09f00b5f2581 /src
parent85cb233a2dc796965c7f6819a80e6b6ba7a717c2 (diff)
minor(bmp): Include debug
Diffstat (limited to 'src')
-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)
{