diff options
Diffstat (limited to 'libc/src/sys/stat/linux/lstat.cpp')
| -rw-r--r-- | libc/src/sys/stat/linux/lstat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/sys/stat/linux/lstat.cpp b/libc/src/sys/stat/linux/lstat.cpp index 354c5b6e029a..5601dd5d78a9 100644 --- a/libc/src/sys/stat/linux/lstat.cpp +++ b/libc/src/sys/stat/linux/lstat.cpp @@ -8,8 +8,8 @@ #include "src/sys/stat/lstat.h" #include "kernel_statx.h" +#include "src/__support/libc_errno.h" #include "src/__support/macros/config.h" -#include "src/errno/libc_errno.h" #include "src/__support/OSUtil/syscall.h" // For internal syscall function. #include "src/__support/common.h" |
