Pull in <sys/select.h> for fd_set
authorguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 08:52:19 +0000 (08:52 +0000)
committerguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 08:52:19 +0000 (08:52 +0000)
ok deraadt@

usr.bin/kdump/ktrstruct.c

index 9c6c87f..83f540b 100644 (file)
@@ -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>