Skip to content

Commit 04ab8a5

Browse files
committed
[libc] Fix the GPU build after scanf rework
Summary: Needs these to be included.
1 parent 168177a commit 04ab8a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/src/stdio/scanf_core/vfscanf_internal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#if defined(LIBC_TARGET_ARCH_IS_GPU)
2020
#include "src/stdio/ferror.h"
21+
#include "src/stdio/getc.h"
22+
#include "src/stdio/ungetc.h"
2123
#endif
2224

2325
#include "hdr/types/FILE.h"

0 commit comments

Comments
 (0)