diff options
Diffstat (limited to 'sysdeps/pthread/bits/once.h')
-rw-r--r-- | sysdeps/pthread/bits/once.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/bits/once.h b/sysdeps/pthread/bits/once.h index 4ba68ab..610a269 100644 --- a/sysdeps/pthread/bits/once.h +++ b/sysdeps/pthread/bits/once.h @@ -19,7 +19,7 @@ #ifndef _BITS_ONCE_H #define _BITS_ONCE_H 1 -#include <bits/spin-lock.h> +#include <bits/types/__pthread_spinlock_t.h> struct __pthread_once { |