summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_sem.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-09-01 15:21:23 +0000
committerstefanf <stefanf@FreeBSD.org>2005-09-01 15:21:23 +0000
commitbe47cc4f82745bb02051fd1b4cf464d698710177 (patch)
tree15ea00296ffbd4e5690b9d0de465472d8ba57561 /lib/libthr/thread/thr_sem.c
parentd33cea825e150007867f146fc2408e53794b2796 (diff)
downloadFreeBSD-src-be47cc4f82745bb02051fd1b4cf464d698710177.zip
FreeBSD-src-be47cc4f82745bb02051fd1b4cf464d698710177.tar.gz
Include needed headers that were obtained through <pthread.h>. Sort headers
while here.
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 bd952ef..aa34b6f 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>
OpenPOWER on IntegriCloud