From 30aef9bbaa20181a75a440effc318985016ff09d Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 21 Jul 2024 02:21:47 +1200 Subject: [PATCH] add stdio include --- std/std.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/std/std.h b/std/std.h index 8f0445b..2724ee1 100644 --- a/std/std.h +++ b/std/std.h @@ -1,3 +1,5 @@ +#include + #ifndef __RUNTIME_H__ #define __RUNTIME_H__