diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-02-06 23:25:29 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-02-06 23:25:29 +0000 |
| commit | 04539c7099bbe21f43013b4ad0733ab76b13ec54 (patch) | |
| tree | 2f4f2e014c1ed4364acc5e874ba2c2e8d0fe9c1a /lib/libkse/thread | |
| parent | 1c71974b6c58151b2b5105eb3bb46aa5e88f054a (diff) | |
Notes
Diffstat (limited to 'lib/libkse/thread')
| -rw-r--r-- | lib/libkse/thread/thr_mutex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libkse/thread/thr_mutex.c b/lib/libkse/thread/thr_mutex.c index a2a7ed5d381c..228e650d6cba 100644 --- a/lib/libkse/thread/thr_mutex.c +++ b/lib/libkse/thread/thr_mutex.c @@ -36,6 +36,7 @@ #include <sys/param.h> #include <sys/queue.h> #include <pthread.h> +#include <pthread_np.h> #include "un-namespace.h" #include "thr_private.h" |
