| commit | a16e9f2de75587a89515697be0256847ab2a3907 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Tue Apr 20 05:11:39 2004 +0000 |
| committer | rsc <devnull@localhost> | Tue Apr 20 05:11:39 2004 +0000 |
| tree | e06f14f088e43385342ead1b96c148aa7c79cd2a | |
| parent | f1a5be0fb281780e5f86c6e239ed01ef1cf3d0fa [diff] |
help out freebsd 4.9
diff --git a/src/lib9/lock.c b/src/lib9/lock.c index e97b967..80f65b3 100644 --- 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>