diff options
author | ru <ru@FreeBSD.org> | 2008-03-25 13:28:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2008-03-25 13:28:12 +0000 |
commit | e8df07e5aae1419b98df908ca680093606df32a5 (patch) | |
tree | 7233b2e924a4a1b14c9e5d9e0f3e8c653f849df1 /lib/libthr/thread/thr_exit.c | |
parent | e9ab62a9ff9f3f66ab31bd1c0286c8539166b6a3 (diff) | |
download | FreeBSD-src-e8df07e5aae1419b98df908ca680093606df32a5.zip FreeBSD-src-e8df07e5aae1419b98df908ca680093606df32a5.tar.gz |
Compile libthr with warnings.
Diffstat (limited to 'lib/libthr/thread/thr_exit.c')
-rw-r--r-- | lib/libthr/thread/thr_exit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_exit.c b/lib/libthr/thread/thr_exit.c index c636693..b78be1f 100644 --- a/lib/libthr/thread/thr_exit.c +++ b/lib/libthr/thread/thr_exit.c @@ -29,10 +29,12 @@ * $FreeBSD$ */ +#include "namespace.h" #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <pthread.h> +#include "un-namespace.h" #include "thr_private.h" |