diff options
Diffstat (limited to 'libc/src/threads/linux/mtx_unlock.cpp')
| -rw-r--r-- | libc/src/threads/linux/mtx_unlock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/src/threads/linux/mtx_unlock.cpp b/libc/src/threads/linux/mtx_unlock.cpp index 370e1b1a9c8b..02e2f1a2d1aa 100644 --- a/libc/src/threads/linux/mtx_unlock.cpp +++ b/libc/src/threads/linux/mtx_unlock.cpp @@ -6,6 +6,7 @@ // //===----------------------------------------------------------------------===// +#include "src/threads/mtx_unlock.h" #include "config/linux/syscall.h" // For syscall functions. #include "include/sys/syscall.h" // For syscall numbers. #include "include/threads.h" // For mtx_t definition. |
