Skip to content

Commit 7ed8424

Browse files
[libc] fixup missing include for fullbuild
Fixes llvm#86928
1 parent 9434c08 commit 7ed8424

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc/src/stdio/fseeko.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define LLVM_LIBC_SRC_STDIO_FSEEKO_H
1111

1212
#include <stdio.h>
13+
#include <unistd.h>
1314

1415
namespace LIBC_NAMESPACE {
1516

libc/src/stdio/ftello.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define LLVM_LIBC_SRC_STDIO_FTELLO_H
1111

1212
#include <stdio.h>
13+
#include <unistd.h>
1314

1415
namespace LIBC_NAMESPACE {
1516

0 commit comments

Comments
 (0)