Skip to content

Commit ceb64c6

Browse files
missed one
$ grep -rn "#include <unistd" libc/src/
1 parent 8b3b549 commit ceb64c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/File/linux/lseekImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
#ifndef LLVM_LIBC_SRC___SUPPORT_FILE_LINUX_LSEEKIMPL_H
1010
#define LLVM_LIBC_SRC___SUPPORT_FILE_LINUX_LSEEKIMPL_H
1111

12+
#include "include/llvm-libc-types/off_t.h"
1213
#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
1314
#include "src/__support/common.h"
1415
#include "src/__support/error_or.h"
1516
#include "src/errno/libc_errno.h"
1617

1718
#include <stdint.h> // For uint64_t.
1819
#include <sys/syscall.h> // For syscall numbers.
19-
#include <unistd.h> // For off_t.
2020

2121
namespace LIBC_NAMESPACE {
2222
namespace internal {

0 commit comments

Comments
 (0)