| commit | 04ab8a5fba71f7ec65634cc118dc13798a9037fc | [log] [tgz] |
|---|---|---|
| author | Joseph Huber <huberjn@outlook.com> | Tue Mar 18 12:09:16 2025 -0500 |
| committer | Joseph Huber <huberjn@outlook.com> | Tue Mar 18 12:09:30 2025 -0500 |
| tree | 8550b1a009ff0596192da14c9d781cc9fd8cd63c | |
| parent | 168177a0bd009269bec4d752b8096c63c492af76 [diff] |
[libc] Fix the GPU build after scanf rework Summary: Needs these to be included.
diff --git a/libc/src/stdio/scanf_core/vfscanf_internal.h b/libc/src/stdio/scanf_core/vfscanf_internal.h index 1ff722b..eabfbd4 100644 --- a/libc/src/stdio/scanf_core/vfscanf_internal.h +++ b/libc/src/stdio/scanf_core/vfscanf_internal.h
@@ -18,6 +18,8 @@ #if defined(LIBC_TARGET_ARCH_IS_GPU) #include "src/stdio/ferror.h" +#include "src/stdio/getc.h" +#include "src/stdio/ungetc.h" #endif #include "hdr/types/FILE.h"