diff options
Diffstat (limited to 'libpthread/nptl/pthread_condattr_setclock.c')
-rw-r--r-- | libpthread/nptl/pthread_condattr_setclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_condattr_setclock.c b/libpthread/nptl/pthread_condattr_setclock.c index 04e246b74..6dc25636a 100644 --- a/libpthread/nptl/pthread_condattr_setclock.c +++ b/libpthread/nptl/pthread_condattr_setclock.c @@ -23,7 +23,7 @@ #include <time.h> #include <sysdep.h> #include "pthreadP.h" -#include <kernel-features.h> +#include <bits/kernel-features.h> int |