diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-04-04 02:57:49 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-04-04 02:57:49 +0000 |
| commit | 37a6356bbed1e94fd2b0d9d02a29508465584c19 (patch) | |
| tree | 3cbec5633c5b1de6974d08e11807ee0ce2110a82 /lib/libthr/thread/thr_yield.c | |
| parent | 9d9b92aaf4aa46f657f05da8cc5c201ff5257798 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_yield.c')
| -rw-r--r-- | lib/libthr/thread/thr_yield.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_yield.c b/lib/libthr/thread/thr_yield.c index 2c9682090423..300504bf1882 100644 --- a/lib/libthr/thread/thr_yield.c +++ b/lib/libthr/thread/thr_yield.c @@ -31,8 +31,11 @@ * * $FreeBSD$ */ + +#include "namespace.h" #include <pthread.h> -#include "thr_private.h" +#include <sched.h> +#include "un-namespace.h" __weak_reference(_pthread_yield, pthread_yield); |
