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_yield.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libthr/thread/thr_yield.c') diff --git a/lib/libthr/thread/thr_yield.c b/lib/libthr/thread/thr_yield.c index 2c96820..300504b 100644 --- a/lib/libthr/thread/thr_yield.c +++ b/lib/libthr/thread/thr_yield.c @@ -31,8 +31,11 @@ * * $FreeBSD$ */ + +#include "namespace.h" #include -#include "thr_private.h" +#include +#include "un-namespace.h" __weak_reference(_pthread_yield, pthread_yield); -- cgit v1.1