diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-06 22:36:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-06 22:36:04 +0200 |
commit | 0ec1657186930e15178883ea086e59acbd87442f (patch) | |
tree | 44aa5808ef737bab0c58e2ef157d95de980ef985 | |
parent | 16d346fe95ef15d51352814c3638a5d4d38e3947 (diff) |
silence gcc, add missing include
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c | 1 |
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> |