add stdio include

This commit is contained in:
sam 2024-07-21 02:21:47 +12:00
parent 90009d760d
commit 30aef9bbaa

View file

@ -1,3 +1,5 @@
#include <stdio.h>
#ifndef __RUNTIME_H__
#define __RUNTIME_H__