diff options
Diffstat (limited to 'sysdeps/pthread/bits/mutex.h')
-rw-r--r-- | sysdeps/pthread/bits/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/bits/mutex.h b/sysdeps/pthread/bits/mutex.h index 0a88348..bd1ad8f 100644 --- a/sysdeps/pthread/bits/mutex.h +++ b/sysdeps/pthread/bits/mutex.h @@ -21,7 +21,7 @@ #ifndef _BITS_MUTEX_H #define _BITS_MUTEX_H 1 -#include <bits/spin-lock.h> +#include <bits/types/__pthread_spinlock_t.h> #include <bits/mutex-attr.h> /* User visible part of a mutex. */ |