diff options
author | Marek Polacek <polacek@redhat.com> | 2012-01-08 13:21:50 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 13:21:50 -0500 |
commit | c473bd1cd99db042dc1958c1bbaff3cba01a7893 (patch) | |
tree | 91fb1860712c07377893975381545529ebe1a990 /nptl/sysdeps/unix | |
parent | d9a216c037590c414e4069afde01fde84794e0d6 (diff) | |
download | glibc-c473bd1cd99db042dc1958c1bbaff3cba01a7893.tar glibc-c473bd1cd99db042dc1958c1bbaff3cba01a7893.tar.gz glibc-c473bd1cd99db042dc1958c1bbaff3cba01a7893.tar.bz2 glibc-c473bd1cd99db042dc1958c1bbaff3cba01a7893.zip |
Quash implicit declaration warning
Diffstat (limited to 'nptl/sysdeps/unix')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/mq_notify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/mq_notify.c b/nptl/sysdeps/unix/sysv/linux/mq_notify.c index 11ffc328e7..bc4a01f184 100644 --- a/nptl/sysdeps/unix/sysv/linux/mq_notify.c +++ b/nptl/sysdeps/unix/sysv/linux/mq_notify.c @@ -30,6 +30,7 @@ #include <sys/socket.h> #include <not-cancel.h> #include <kernel-features.h> +#include <nptl/pthreadP.h> #ifdef __NR_mq_notify |