diff options
author | rsc <devnull@localhost> | 2004-04-20 05:11:39 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-20 05:11:39 +0000 |
commit | a16e9f2de75587a89515697be0256847ab2a3907 (patch) | |
tree | e06f14f088e43385342ead1b96c148aa7c79cd2a | |
parent | f1a5be0fb281780e5f86c6e239ed01ef1cf3d0fa (diff) | |
download | plan9port-a16e9f2de75587a89515697be0256847ab2a3907.tar.gz plan9port-a16e9f2de75587a89515697be0256847ab2a3907.tar.bz2 plan9port-a16e9f2de75587a89515697be0256847ab2a3907.zip |
help out freebsd 4.9
-rw-r--r-- | src/lib9/lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib9/lock.c b/src/lib9/lock.c index e97b967f..80f65b33 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> |