diff options
Diffstat (limited to 'libc/src/pthread/pthread_mutexattr_setrobust.cpp')
| -rw-r--r-- | libc/src/pthread/pthread_mutexattr_setrobust.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/pthread/pthread_mutexattr_setrobust.cpp b/libc/src/pthread/pthread_mutexattr_setrobust.cpp index 9fd46f4c928d..fd7a8d7ce1d1 100644 --- a/libc/src/pthread/pthread_mutexattr_setrobust.cpp +++ b/libc/src/pthread/pthread_mutexattr_setrobust.cpp @@ -10,8 +10,8 @@ #include "pthread_mutexattr.h" #include "src/__support/common.h" +#include "src/__support/libc_errno.h" #include "src/__support/macros/config.h" -#include "src/errno/libc_errno.h" #include <pthread.h> |
