diff options
Diffstat (limited to 'libc/src/unistd/linux/sysconf.cpp')
| -rw-r--r-- | libc/src/unistd/linux/sysconf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/unistd/linux/sysconf.cpp b/libc/src/unistd/linux/sysconf.cpp index 1540eb499ec1..f785ff321c7d 100644 --- a/libc/src/unistd/linux/sysconf.cpp +++ b/libc/src/unistd/linux/sysconf.cpp @@ -10,11 +10,11 @@ #include "src/__support/common.h" +#include "hdr/unistd_macros.h" #include "src/__support/macros/config.h" #include "src/errno/libc_errno.h" #include "src/sys/auxv/getauxval.h" #include <sys/auxv.h> -#include <unistd.h> namespace LIBC_NAMESPACE_DECL { |
