diff options
Diffstat (limited to 'libc/src/pthread/pthread_attr_setdetachstate.cpp')
| -rw-r--r-- | libc/src/pthread/pthread_attr_setdetachstate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/pthread/pthread_attr_setdetachstate.cpp b/libc/src/pthread/pthread_attr_setdetachstate.cpp index 872f694e01f3..c482d25610c2 100644 --- a/libc/src/pthread/pthread_attr_setdetachstate.cpp +++ b/libc/src/pthread/pthread_attr_setdetachstate.cpp @@ -9,8 +9,8 @@ #include "pthread_attr_setdetachstate.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> |
