diff options
| author | WormHeamer | 2025-11-07 19:53:10 -0500 |
|---|---|---|
| committer | WormHeamer | 2025-11-07 19:53:10 -0500 |
| commit | be70a60027663b26330ab38259d5c79ad0fa5185 (patch) | |
| tree | 508578de13b833830440663e2b358e2a6464637e | |
| parent | 32fc8d098ed058179ce4a2fdf0d09b6c2a561879 (diff) | |
add stdio requirement to wrmr.h
| -rw-r--r-- | wrmr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include <stdint.h> #include <stddef.h> +#include <stdio.h> typedef int8_t i8; typedef int16_t i16; |
