summaryrefslogtreecommitdiff
path: root/include/tinyff/image
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff/image')
-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"