diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread/getcpuclockid.c')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/getcpuclockid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/getcpuclockid.c b/libpthread/linuxthreads/sysdeps/pthread/getcpuclockid.c index 1c64e6c2b..cefbd554a 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/getcpuclockid.c +++ b/libpthread/linuxthreads/sysdeps/pthread/getcpuclockid.c @@ -23,7 +23,7 @@ #include <time.h> #include <internals.h> #include <spinlock.h> -#include <kernel-features.h> +#include <bits/kernel-features.h> #include <kernel-posix-cpu-timers.h> |