diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/mq_notify.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/mq_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mq_notify.c b/sysdeps/unix/sysv/linux/mq_notify.c index 6f46d29d1d..e22850a910 100644 --- a/sysdeps/unix/sysv/linux/mq_notify.c +++ b/sysdeps/unix/sysv/linux/mq_notify.c @@ -28,7 +28,7 @@ #include <unistd.h> #include <sys/socket.h> #include <not-cancel.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> /* Defined in the kernel headers: */ |