summaryrefslogtreecommitdiff
path: root/wrmr.h
diff options
context:
space:
mode:
authorWormHeamer2025-11-07 19:53:10 -0500
committerWormHeamer2025-11-07 19:53:10 -0500
commitbe70a60027663b26330ab38259d5c79ad0fa5185 (patch)
tree508578de13b833830440663e2b358e2a6464637e /wrmr.h
parent32fc8d098ed058179ce4a2fdf0d09b6c2a561879 (diff)
add stdio requirement to wrmr.h
Diffstat (limited to 'wrmr.h')
-rw-r--r--wrmr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrmr.h b/wrmr.h
index fcbfc22..068cd8a 100644
--- a/wrmr.h
+++ b/wrmr.h
@@ -6,6 +6,7 @@
#include <stdint.h>
#include <stddef.h>
+#include <stdio.h>
typedef int8_t i8;
typedef int16_t i16;