summaryrefslogtreecommitdiff
path: root/strio.h
diff options
context:
space:
mode:
authorWormHeamer2025-08-04 00:43:51 -0400
committerWormHeamer2025-08-04 00:43:51 -0400
commita5e5749e41de721c2e982f42f6ba27fc2b6d69c1 (patch)
treeb35b1934468b49384cb185a058e4a1098cb9379e /strio.h
parent487e48e985c6fa6762454af661f666fbe77fcdd1 (diff)
add projection nodes, fix peephole optimization
Diffstat (limited to 'strio.h')
-rw-r--r--strio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/strio.h b/strio.h
index 0d6c6f5..51cf44a 100644
--- a/strio.h
+++ b/strio.h
@@ -2,6 +2,7 @@
#define STRIO_H
#include <stdarg.h>
+#include <stdio.h>
#include "str.h"
#include "arena.h"