diff options
Diffstat (limited to 'sysdeps/pthread/bits/condition.h')
-rw-r--r-- | sysdeps/pthread/bits/condition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/bits/condition.h b/sysdeps/pthread/bits/condition.h index 7e59ae6..75942e2 100644 --- a/sysdeps/pthread/bits/condition.h +++ b/sysdeps/pthread/bits/condition.h @@ -19,7 +19,7 @@ #ifndef _BITS_CONDITION_H #define _BITS_CONDITION_H 1 -#include <bits/spin-lock.h> +#include <bits/types/__pthread_spinlock_t.h> /* User visible part of a condition variable. */ struct __pthread_cond |