Skip to content

Commit 9f6c588

Browse files
link stdio (webasm)
1 parent dd2d318 commit 9f6c588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RGFW.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9222,6 +9222,7 @@ void EMSCRIPTEN_KEEPALIVE RGFW_makeSetValue(size_t index, char* file) {
92229222
#include <sys/stat.h>
92239223
#include <sys/types.h>
92249224
#include <errno.h>
9225+
#include <stdio.h>
92259226

92269227
void EMSCRIPTEN_KEEPALIVE RGFW_mkdir(char* name) { mkdir(name, 0755); }
92279228

0 commit comments

Comments
 (0)