aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-20 05:11:39 +0000
committerrsc <devnull@localhost>2004-04-20 05:11:39 +0000
commita16e9f2de75587a89515697be0256847ab2a3907 (patch)
treee06f14f088e43385342ead1b96c148aa7c79cd2a /src
parentf1a5be0fb281780e5f86c6e239ed01ef1cf3d0fa (diff)
downloadplan9port-a16e9f2de75587a89515697be0256847ab2a3907.tar.gz
plan9port-a16e9f2de75587a89515697be0256847ab2a3907.tar.bz2
plan9port-a16e9f2de75587a89515697be0256847ab2a3907.zip
help out freebsd 4.9
Diffstat (limited to 'src')
-rw-r--r--src/lib9/lock.c1
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>