diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-28 16:31:41 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-28 16:31:41 +1100 |
| commit | 96549cb1a7ce1bed1c4aefe1296a7fde1c575bb0 (patch) | |
| tree | dfe290b0021d782d3ecd2d013c5cb3082834dd7e /src/format/image | |
| parent | bb75f6de8a74de97cb22ebc3bd7c33d0a561463f (diff) | |
fix(bmp): Get result.h from tinyff include
Diffstat (limited to 'src/format/image')
| -rw-r--r-- | src/format/image/bmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/image/bmp.c b/src/format/image/bmp.c index 2df3610..11afa2d 100644 --- a/src/format/image/bmp.c +++ b/src/format/image/bmp.c @@ -1,6 +1,6 @@ -#include "result.h" #include <tinyff/image/bmp.h> #include <tinyff/dbg.h> +#include <tinyff/result.h> ff_result ff_bmp_isvalid(ff_stream* stream) { |
