artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528a98a
)
Pull in <sys/select.h> for fd_set
author
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 08:52:19 +0000
(08:52 +0000)
committer
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 08:52:19 +0000
(08:52 +0000)
ok deraadt@
usr.bin/kdump/ktrstruct.c
patch
|
blob
|
history
diff --git
a/usr.bin/kdump/ktrstruct.c
b/usr.bin/kdump/ktrstruct.c
index
9c6c87f
..
83f540b
100644
(file)
--- a/
usr.bin/kdump/ktrstruct.c
+++ b/
usr.bin/kdump/ktrstruct.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ktrstruct.c,v 1.2
1 2016/06/07 06:12:37 deraadt Exp $
*/
+/* $OpenBSD: ktrstruct.c,v 1.2
2 2016/08/26 08:52:19 guenther Exp $
*/
/*-
* Copyright (c) 1988, 1993
@@
-32,6
+32,7
@@
#include <sys/types.h>
#include <sys/resource.h>
#include <sys/socket.h>
+#include <sys/select.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/event.h>