aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_wait4.c
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2003-09-03 17:56:26 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2003-09-03 17:56:26 +0000
commit850108c0b4ef4545310af9b03c4a8531b8b36d55 (patch)
tree4224af62a2f45f6a320c58acdd7f40a2692ca686 /lib/libpthread/thread/thr_wait4.c
parentb66752c4a194ce35085c061ddd41713eeb06a28e (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_wait4.c')
-rw-r--r--lib/libpthread/thread/thr_wait4.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_wait4.c b/lib/libpthread/thread/thr_wait4.c
index 9f235848ed7c..07ff79df1825 100644
--- a/lib/libpthread/thread/thr_wait4.c
+++ b/lib/libpthread/thread/thr_wait4.c
@@ -33,9 +33,12 @@
*/
#include <sys/types.h>
+#include "namespace.h"
#include <errno.h>
#include <sys/wait.h>
#include <pthread.h>
+#include "un-namespace.h"
+
#include "thr_private.h"
__weak_reference(__wait4, wait4);