diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2004-02-03 15:55:30 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2004-02-03 15:55:30 +0000 |
commit | fc9579997cbd6b5bb3cfe375f114430cd0f3a07d (patch) | |
tree | 9e69ecd63fac5badf638e0405457a6e7626d06eb | |
parent | 3e9ac3ebf2ff1acb91d68024b433ee24bfe23f21 (diff) |
Notes
-rw-r--r-- | lib/libthr/thread/thr_sem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_sem.c b/lib/libthr/thread/thr_sem.c index c634034a6b74..5077429a2a43 100644 --- a/lib/libthr/thread/thr_sem.c +++ b/lib/libthr/thread/thr_sem.c @@ -31,6 +31,7 @@ #include <stdlib.h> #include <errno.h> +#include <time.h> #include <semaphore.h> #include <pthread.h> #include "thr_private.h" |