From 31f2b819c68f20ff188724669d3044a0680e3ceb Mon Sep 17 00:00:00 2001 From: davidxu Date: Tue, 4 Apr 2006 02:57:49 +0000 Subject: WARNS level 4 cleanup. --- lib/libthr/thread/thr_fork.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libthr/thread/thr_fork.c') diff --git a/lib/libthr/thread/thr_fork.c b/lib/libthr/thread/thr_fork.c index 3a6ba51..558a036 100644 --- a/lib/libthr/thread/thr_fork.c +++ b/lib/libthr/thread/thr_fork.c @@ -60,12 +60,14 @@ * */ +#include "namespace.h" #include #include #include #include #include #include +#include "un-namespace.h" #include "libc_private.h" #include "thr_private.h" @@ -96,6 +98,8 @@ _pthread_atfork(void (*prepare)(void), void (*parent)(void), __weak_reference(_fork, fork); +pid_t _fork(void); + pid_t _fork(void) { -- cgit v1.1