浏览代码

include unistd.h for smallint

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Yoshinori Sato 16 年之前
父节点
当前提交
df9130a0dc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libc/signal/sigwait.c

+ 1 - 0
libc/signal/sigwait.c

@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <string.h>
+#include <unistd.h>
 
 #if defined __UCLIBC_HAS_REALTIME__