summaryrefslogtreecommitdiff
path: root/libpthread/nptl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-06 22:36:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-06 22:36:04 +0200
commit0ec1657186930e15178883ea086e59acbd87442f (patch)
tree44aa5808ef737bab0c58e2ef157d95de980ef985 /libpthread/nptl
parent16d346fe95ef15d51352814c3638a5d4d38e3947 (diff)
silence gcc, add missing include
Diffstat (limited to 'libpthread/nptl')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c b/libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c
index 1cce9bfc9..1e2b1c799 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c
@@ -18,6 +18,7 @@
#include <errno.h>
#include <signal.h>
+#include <unistd.h>
#include <pthreadP.h>
#include <tls.h>
#include <sysdep.h>