Skip to content

Commit 693d31c

Browse files
committed
fix: add stdio header
1 parent 143ab09 commit 693d31c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/core.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include <stdbool.h>
88
#include <stdint.h>
9+
#include <stdio.h>
910

1011
#ifdef __cplusplus
1112
extern "C" {

0 commit comments

Comments
 (0)