plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a16e9f2de75587a89515697be0256847ab2a3907
parent f1a5be0fb281780e5f86c6e239ed01ef1cf3d0fa
Author: rsc <devnull@localhost>
Date:   Tue, 20 Apr 2004 05:11:39 +0000

help out freebsd 4.9

Diffstat:
Msrc/lib9/lock.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib9/lock.c b/src/lib9/lock.c @@ -1,5 +1,6 @@ #include <u.h> #include <unistd.h> +#include <sys/time.h> #include <sched.h> #include <libc.h>