diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-04-02 01:20:00 +0000 | 
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-04-02 01:20:00 +0000 | 
| commit | a091d823ad89a36935ba6e5568c4720a35f9a99b (patch) | |
| tree | 6aaef5f553a6539306bd6f5679d039ed3c2abcce /lib/libthr/thread/thr_concurrency.c | |
| parent | 824a5e96dc28e3a2b48c4eb714bfb98efff1c8c4 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_concurrency.c')
| -rw-r--r-- | lib/libthr/thread/thr_concurrency.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_concurrency.c b/lib/libthr/thread/thr_concurrency.c index 9f2315b06640..7f019fe6d550 100644 --- a/lib/libthr/thread/thr_concurrency.c +++ b/lib/libthr/thread/thr_concurrency.c @@ -33,6 +33,9 @@   */  #include <errno.h> +#include <pthread.h> + +#include "thr_private.h"  static int current_concurrency = 0;  | 
