diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-03-18 22:36:46 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-03-18 22:36:46 +0000 |
| commit | 7e5e1799825e940fa09bb14937f0852579324def (patch) | |
| tree | 1181d84e434563c7d7ffa762ebe8907780ccfc89 /lib/libpthread/thread | |
| parent | ff58fb8420a691bcef2957ba568178c869e82522 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread')
| -rw-r--r-- | lib/libpthread/thread/thr_private.h | 1 |
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> |
