summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-03-18 22:36:46 +0000
committerJason Evans <jasone@FreeBSD.org>2000-03-18 22:36:46 +0000
commit7e5e1799825e940fa09bb14937f0852579324def (patch)
tree1181d84e434563c7d7ffa762ebe8907780ccfc89 /lib/libpthread/thread
parentff58fb8420a691bcef2957ba568178c869e82522 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r--lib/libpthread/thread/thr_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h
index 07c8bec086fc..a86cfc6de670 100644
--- a/lib/libpthread/thread/thr_private.h
+++ b/lib/libpthread/thread/thr_private.h
@@ -54,6 +54,7 @@
#include <sys/queue.h>
#include <sys/types.h>
#include <sys/time.h>
+#include <sys/cdefs.h>
#include <sched.h>
#include <spinlock.h>
#include <pthread_np.h>