Skip to content

Commit 1b8c815

Browse files
committed
[libc][Obvious] Fix incorrect filepath for ftell.h header
Summary: The previous patch moved the location of this CMake line but didn't update the header. Fix it.
1 parent 0d80597 commit 1b8c815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/stdio/generic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ add_entrypoint_object(
101101
SRCS
102102
ftell.cpp
103103
HDRS
104-
ftell.h
104+
../ftell.h
105105
DEPENDS
106106
libc.src.errno.errno
107107
libc.include.stdio

0 commit comments

Comments
 (0)