diff options
| author | rsc <devnull@localhost> | 2004-09-23 03:06:04 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-09-23 03:06:04 +0000 |
| commit | 05d8c6df6c626f9e80e7d0ffe241c061bda36324 (patch) | |
| tree | 24217a1d5d6cfc75cf51a71523bac153d52c74c1 /src/lib9/lock-pthread.c | |
| parent | 040d1d02f5b829f59e63123d7095aea7d04e372b (diff) | |
| download | plan9port-05d8c6df6c626f9e80e7d0ffe241c061bda36324.tar.gz plan9port-05d8c6df6c626f9e80e7d0ffe241c061bda36324.zip | |
Get rid of 9proc.
Diffstat (limited to 'src/lib9/lock-pthread.c')
| -rw-r--r-- | src/lib9/lock-pthread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib9/lock-pthread.c b/src/lib9/lock-pthread.c index 689261f6..eb3ea21d 100644 --- a/src/lib9/lock-pthread.c +++ b/src/lib9/lock-pthread.c @@ -2,6 +2,7 @@ #include <unistd.h> #include <sys/time.h> #include <sched.h> +#include <errno.h> #include <libc.h> static pthread_mutex_t initmutex = PTHREAD_MUTEX_INITIALIZER; |
