diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 12:38:28 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 12:38:28 +1100 |
| commit | 515ac5d6f74337901896c150caa198b953cef5a1 (patch) | |
| tree | 24f8c8456ba493d1b8407e63d2d36352cf1eddfb /include/tinyff/image | |
| parent | 20169569c4d9584b3bbdf3ba19356b063b705702 (diff) | |
fix(bmp): Readd removed includes (oops, first time using Zed)
Diffstat (limited to 'include/tinyff/image')
| -rw-r--r-- | include/tinyff/image/bmp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index a4cc393..194e0f2 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -3,6 +3,9 @@ #include <stdint.h> #include <stdbool.h> +#include <string.h> +#include <stdlib.h> + #include "tinyff/result.h" #include "tinyff/stream.h" |
