From d3e44fa6b933cb350d36c9ef44dcf53095c1f08a Mon Sep 17 00:00:00 2001 From: Wildan M Date: Fri, 19 Sep 2025 14:37:49 +0700 Subject: [PATCH] Apparently need to import FILE constant --- src/header/shadow/cbindgen.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header/shadow/cbindgen.toml b/src/header/shadow/cbindgen.toml index f826c22c6a..8d36c91ba6 100644 --- a/src/header/shadow/cbindgen.toml +++ b/src/header/shadow/cbindgen.toml @@ -1,4 +1,4 @@ -sys_includes = ["sys/types.h", "stdint.h"] +sys_includes = ["sys/types.h", "stdint.h", "stdio.h"] include_guard = "_RELIBC_SHADOW_H" language = "C" style = "Tag"