diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-08-26 08:52:20 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-08-26 08:52:20 +0000 |
commit | 09fafd96fdbefd0fcb988a0663d88181db0e2c10 (patch) | |
tree | 8444a7e18fff657241b1d149486fca79ca41e278 /usr.bin | |
parent | a50b6b165b8efad1fb652cf1fd19bd9dd6b81ca9 (diff) |
Pull in <sys/select.h> for fd_set
ok deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/kdump/ktrstruct.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/kdump/ktrstruct.c b/usr.bin/kdump/ktrstruct.c index 9c6c87fb274..83f540b0bec 100644 --- a/usr.bin/kdump/ktrstruct.c +++ b/usr.bin/kdump/ktrstruct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ktrstruct.c,v 1.21 2016/06/07 06:12:37 deraadt Exp $ */ +/* $OpenBSD: ktrstruct.c,v 1.22 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> |