diff options
| author | Job Henandez Lara <jobhdezlara93@gmail.com> | 2024-10-28 13:29:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-28 13:29:16 -0700 |
| commit | abc49cc19463970d5523d7d3332e4c1f83bc2ef7 (patch) | |
| tree | 798021f15fc77522547bc057e64f3276ef8f6dc0 /libc/src/sys/stat/linux/mkdir.cpp | |
| parent | 481bce018ea8872277f79102842eaf8a55f634a2 (diff) | |
[libc] remove #include <fcntl.h> and add proxy or type (#113836)
Diffstat (limited to 'libc/src/sys/stat/linux/mkdir.cpp')
| -rw-r--r-- | libc/src/sys/stat/linux/mkdir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/sys/stat/linux/mkdir.cpp b/libc/src/sys/stat/linux/mkdir.cpp index 527c3d2058d2..bd6efef858c7 100644 --- a/libc/src/sys/stat/linux/mkdir.cpp +++ b/libc/src/sys/stat/linux/mkdir.cpp @@ -11,9 +11,9 @@ #include "src/__support/OSUtil/syscall.h" // For internal syscall function. #include "src/__support/common.h" +#include "hdr/types/mode_t.h" #include "src/__support/macros/config.h" #include "src/errno/libc_errno.h" -#include <fcntl.h> #include <sys/stat.h> #include <sys/syscall.h> // For syscall numbers. |
