diff options
| author | rsc <devnull@localhost> | 2004-05-14 20:19:53 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-05-14 20:19:53 +0000 |
| commit | 983990c806eb019cb490449cac70032417222a41 (patch) | |
| tree | 887922c7eb4a4ed2d4957e693c0032d97e6ede88 /src/lib9/ffork-pthread.c | |
| parent | 631fe87f4c4bdcbc5785c8eb928d20d063f47e0c (diff) | |
| download | plan9port-983990c806eb019cb490449cac70032417222a41.tar.gz plan9port-983990c806eb019cb490449cac70032417222a41.zip | |
C
little bugs
.
wq
VS: ----------------------------------------------------------------------
Diffstat (limited to 'src/lib9/ffork-pthread.c')
| -rw-r--r-- | src/lib9/ffork-pthread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib9/ffork-pthread.c b/src/lib9/ffork-pthread.c index 24b987b3..c89ad138 100644 --- a/src/lib9/ffork-pthread.c +++ b/src/lib9/ffork-pthread.c @@ -2,6 +2,7 @@ #include <u.h> #include <libc.h> #include <pthread.h> +#include "9proc.h" extern int __isthreaded; int |
