aboutsummaryrefslogtreecommitdiff
path: root/include/semaphore.h
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2015-01-31 16:39:26 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2015-01-31 16:39:26 +0000
commitb90eeb5fb43e1cca60ae0d26e793dc09113de336 (patch)
treea4deb2228e90e74c58c3baefe7661f51e12b9efa /include/semaphore.h
parent4a7f186ea65ba48cfe871b01857164f3e0b3305e (diff)
Notes
Diffstat (limited to 'include/semaphore.h')
-rw-r--r--include/semaphore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/semaphore.h b/include/semaphore.h
index 218de995392e..c42a8d230ec2 100644
--- a/include/semaphore.h
+++ b/include/semaphore.h
@@ -36,6 +36,8 @@
#include <sys/_types.h>
#include <sys/_umtx.h>
+#include <machine/_limits.h>
+
struct _sem {
__uint32_t _magic;
struct _usem2 _kern;