OSDN Git Service

include unistd.h for smallint
authorYoshinori Sato <ysato@users.sourceforge.jp>
Sat, 16 Jan 2010 18:14:29 +0000 (19:14 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 16 Jan 2010 18:15:29 +0000 (19:15 +0100)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/signal/sigwait.c

index 6bca1b1..d0421f3 100644 (file)
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <string.h>
+#include <unistd.h>
 
 #if defined __UCLIBC_HAS_REALTIME__