diff options
| author | Job Henandez Lara <jobhdezlara93@gmail.com> | 2024-10-28 15:32:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-28 18:32:45 -0400 |
| commit | e873b415a2bfbbc2e5e2e70d77b61b7883cbf949 (patch) | |
| tree | 26258503882a373dff16e574e4293c039e156fee /libc/src/spawn | |
| parent | bf4b31ad54f6bf298210c201a0afe50469ebe98e (diff) | |
[libc] add the rest of the hdr/fcntl_macro.h headers (#113972)
Diffstat (limited to 'libc/src/spawn')
| -rw-r--r-- | libc/src/spawn/linux/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | libc/src/spawn/linux/posix_spawn.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libc/src/spawn/linux/CMakeLists.txt b/libc/src/spawn/linux/CMakeLists.txt index 5f7ab4c43165..26148fe1c76d 100644 --- a/libc/src/spawn/linux/CMakeLists.txt +++ b/libc/src/spawn/linux/CMakeLists.txt @@ -6,6 +6,7 @@ add_entrypoint_object( ../posix_spawn.h DEPENDS libc.hdr.types.mode_t + libc.hdr.fcntl_macros libc.include.spawn libc.include.sys_syscall libc.include.signal diff --git a/libc/src/spawn/linux/posix_spawn.cpp b/libc/src/spawn/linux/posix_spawn.cpp index d6caf8b374a0..fe82ba260148 100644 --- a/libc/src/spawn/linux/posix_spawn.cpp +++ b/libc/src/spawn/linux/posix_spawn.cpp @@ -14,6 +14,7 @@ #include "src/__support/macros/config.h" #include "src/spawn/file_actions.h" +#include "hdr/fcntl_macros.h" #include "hdr/types/mode_t.h" #include <signal.h> // For SIGCHLD #include <spawn.h> |
