瀏覽代碼

silence gcc, add missing include

Waldemar Brodkorb 7 年之前
父節點
當前提交
0ec1657186
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>