diff options
author | 2016-08-26 08:52:19 +0000 | |
---|---|---|
committer | 2016-08-26 08:52:19 +0000 | |
commit | 64a15077268eaf292a0d67c067347e873535b4f2 (patch) | |
tree | df1c9a3f3e8086215370bc4a9624372132384e59 | |
parent | Pull in <time.h> for ctime_r, gmtime, etc (diff) | |
download | wireguard-openbsd-64a15077268eaf292a0d67c067347e873535b4f2.tar.xz wireguard-openbsd-64a15077268eaf292a0d67c067347e873535b4f2.zip |
Pull in <sys/select.h> for fd_set
ok deraadt@
-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> |