diff options
Diffstat (limited to 'sysdeps/pthread/bits/semaphore.h')
-rw-r--r-- | sysdeps/pthread/bits/semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/bits/semaphore.h b/sysdeps/pthread/bits/semaphore.h index 1b20f75..6913766 100644 --- a/sysdeps/pthread/bits/semaphore.h +++ b/sysdeps/pthread/bits/semaphore.h @@ -23,7 +23,7 @@ #error Never include <bits/semaphore.h> directly. #endif -#include <bits/spin-lock.h> +#include <bits/types/__pthread_spinlock_t.h> #include <bits/pthread.h> /* User visible part of a semaphore. */ |