Browse Source

silence gcc, add missing include

Waldemar Brodkorb 7 years ago
parent
commit
0ec1657186
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c

+ 1 - 0
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>