artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64890fb
)
add missing sys/time.h include
author
anton
<anton@openbsd.org>
Tue, 14 Dec 2021 06:26:15 +0000
(06:26 +0000)
committer
anton
<anton@openbsd.org>
Tue, 14 Dec 2021 06:26:15 +0000
(06:26 +0000)
regress/sys/kern/kqueue/kqueue-random.c
patch
|
blob
|
history
diff --git
a/regress/sys/kern/kqueue/kqueue-random.c
b/regress/sys/kern/kqueue/kqueue-random.c
index
fb5fd00
..
423d811
100644
(file)
--- a/
regress/sys/kern/kqueue/kqueue-random.c
+++ b/
regress/sys/kern/kqueue/kqueue-random.c
@@
-1,8
+1,9
@@
-/* $OpenBSD: kqueue-random.c,v 1.1
2 2021/12/13 16:56:49 deraadt Exp $
*/
+/* $OpenBSD: kqueue-random.c,v 1.1
3 2021/12/14 06:26:15 anton Exp $
*/
/* Written by Michael Shalayeff, 2002, Public Domain */
#include <sys/types.h>
#include <sys/event.h>
+#include <sys/time.h>
#include <err.h>
#include <fcntl.h>