diff options
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pthread.h b/sysdeps/generic/pthread.h index 260295f..9603aec 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -480,7 +480,7 @@ extern int pthread_condattr_setpshared (pthread_condattr_t *__attr, /* Condition variables. */ -#include <bits/condition.h> +#include <bits/types/struct___pthread_cond.h> #define PTHREAD_COND_INITIALIZER __PTHREAD_COND_INITIALIZER |