Usermode/libc - Fixed no definition for uid_t/pid_t in signal.h
authorJohn Hodge <[email protected]>
Thu, 19 Sep 2013 04:02:45 +0000 (12:02 +0800)
committerJohn Hodge <[email protected]>
Thu, 19 Sep 2013 04:02:45 +0000 (12:02 +0800)
Usermode/Libraries/libc.so_src/include_exp/signal.h

index e25db03..ca5275a 100644 (file)
@@ -44,6 +44,8 @@ extern int    raise(int sig);
 #define SIGCHLD        35
 #define SIGWINCH       36
 
+#include <sys/types.h> // libposix
+
 typedef long long unsigned int sigset_t;
 extern int     sigemptyset(sigset_t *set);
 extern int     sigfillset(sigset_t *set);

UCC git Repository :: git.ucc.asn.au