summaryrefslogtreecommitdiff
path: root/include/tinyff/image/bmp.h
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 12:38:28 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 12:38:28 +1100
commit515ac5d6f74337901896c150caa198b953cef5a1 (patch)
tree24f8c8456ba493d1b8407e63d2d36352cf1eddfb /include/tinyff/image/bmp.h
parent20169569c4d9584b3bbdf3ba19356b063b705702 (diff)
fix(bmp): Readd removed includes (oops, first time using Zed)
Diffstat (limited to 'include/tinyff/image/bmp.h')
-rw-r--r--include/tinyff/image/bmp.h3
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"