We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9340c9f commit b187ecbCopy full SHA for b187ecb
libc/src/stdio/baremetal/CMakeLists.txt
@@ -5,7 +5,7 @@ add_entrypoint_object(
5
HDRS
6
../getchar.h
7
DEPENDS
8
- libc.include.stdio
+ libc.hdr.stdio_macros
9
libc.src.__support.OSUtil.osutil
10
libc.src.__support.CPP.string_view
11
)
libc/src/stdio/baremetal/getchar.cpp
@@ -9,7 +9,7 @@
#include "src/stdio/getchar.h"
#include "src/__support/OSUtil/io.h"
12
-#include "hdr/types/FILE.h"
+#include "hdr/stdio_macros.h" // for EOF.
13
14
namespace LIBC_NAMESPACE {
15
0 commit comments