diff options
| author | WormHeamer | 2025-11-25 19:18:10 -0500 |
|---|---|---|
| committer | WormHeamer | 2025-11-25 19:18:10 -0500 |
| commit | b026bb0d022b00949f9282179e9d05026ad4b822 (patch) | |
| tree | 64b6c03e2ee7825e2d1960123bc7becccbadd45c | |
| parent | f7078d34566fe152e876878e05e8b1e3644cce88 (diff) | |
add needed system header includes
| -rw-r--r-- | wrmr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ #include <stdint.h> #include <stddef.h> +#include <stdlib.h> +#include <stdio.h> typedef int8_t i8; typedef int16_t i16; |
