Commit Diff


commit - f1a5be0fb281780e5f86c6e239ed01ef1cf3d0fa
commit + a16e9f2de75587a89515697be0256847ab2a3907
blob - e97b967f2076b2a9abdf07db6143571cd29d3ebe
blob + 80f65b339862419454cb0e22425892fc9f007562
--- src/lib9/lock.c
+++ src/lib9/lock.c
@@ -1,5 +1,6 @@
 #include <u.h>
 #include <unistd.h>
+#include <sys/time.h>
 #include <sched.h>
 #include <libc.h>