diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/timer_routines.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/timer_routines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/timer_routines.c b/sysdeps/unix/sysv/linux/timer_routines.c index 60e60e0098..4098da8a5f 100644 --- a/sysdeps/unix/sysv/linux/timer_routines.c +++ b/sysdeps/unix/sysv/linux/timer_routines.c @@ -21,7 +21,7 @@ #include <signal.h> #include <stdbool.h> #include <sysdep-cancel.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> #include "kernel-posix-timers.h" |