summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWormHeamer2025-11-25 19:18:10 -0500
committerWormHeamer2025-11-25 19:18:10 -0500
commitb026bb0d022b00949f9282179e9d05026ad4b822 (patch)
tree64b6c03e2ee7825e2d1960123bc7becccbadd45c
parentf7078d34566fe152e876878e05e8b1e3644cce88 (diff)
add needed system header includes
-rw-r--r--wrmr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrmr.h b/wrmr.h
index 7d22ee2..669cc0a 100644
--- a/wrmr.h
+++ b/wrmr.h
@@ -6,6 +6,8 @@
#include <stdint.h>
#include <stddef.h>
+#include <stdlib.h>
+#include <stdio.h>
typedef int8_t i8;
typedef int16_t i16;