aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/thread
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-02-06 23:25:29 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-02-06 23:25:29 +0000
commit04539c7099bbe21f43013b4ad0733ab76b13ec54 (patch)
tree2f4f2e014c1ed4364acc5e874ba2c2e8d0fe9c1a /lib/libkse/thread
parent1c71974b6c58151b2b5105eb3bb46aa5e88f054a (diff)
downloadsrc-04539c7099bbe21f43013b4ad0733ab76b13ec54.tar.gz
src-04539c7099bbe21f43013b4ad0733ab76b13ec54.zip
Add missing #include
Spotted by: tinderbox Submitted by: Pietro Cerutti <gahr@gahr.ch> Pointy hat to: des
Notes
Notes: svn path=/head/; revision=176071
Diffstat (limited to 'lib/libkse/thread')
-rw-r--r--lib/libkse/thread/thr_mutex.c1
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"