Skip to content

Commit 5a4bbaf

Browse files
committed
[libc] remove.cpp dependency on libc.include.stdio
This addresses a build error introduced by 5a75242.
1 parent 4dc0370 commit 5a4bbaf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libc/src/stdio/baremetal/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ add_entrypoint_object(
44
remove.cpp
55
HDRS
66
../remove.h
7+
DEPENDS
8+
libc.include.stdio
79
)

libc/src/stdio/linux/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ add_entrypoint_object(
66
../remove.h
77
DEPENDS
88
libc.include.fcntl
9+
libc.include.stdio
910
libc.include.unistd
1011
libc.include.sys_syscall
1112
libc.src.__support.OSUtil.osutil

0 commit comments

Comments
 (0)