aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_sem.c
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-09-01 15:21:23 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-09-01 15:21:23 +0000
commit7e4cbc3a50953cecc308df62bd21662be1be54d5 (patch)
tree15ea00296ffbd4e5690b9d0de465472d8ba57561 /lib/libthr/thread/thr_sem.c
parent52010429244b96491d02ed52a4c52b343ac15936 (diff)
downloadsrc-7e4cbc3a50953cecc308df62bd21662be1be54d5.tar.gz
src-7e4cbc3a50953cecc308df62bd21662be1be54d5.zip
Include needed headers that were obtained through <pthread.h>. Sort headers
while here.
Notes
Notes: svn path=/head/; revision=149691
Diffstat (limited to 'lib/libthr/thread/thr_sem.c')
-rw-r--r--lib/libthr/thread/thr_sem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_sem.c b/lib/libthr/thread/thr_sem.c
index bd952ef28e9b..aa34b6f432c8 100644
--- a/lib/libthr/thread/thr_sem.c
+++ b/lib/libthr/thread/thr_sem.c
@@ -31,6 +31,7 @@
*/
#include "namespace.h"
+#include <sys/types.h>
#include <sys/queue.h>
#include <errno.h>
#include <fcntl.h>