Pull in <sys/select.h> for fd_set
authorguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 02:11:27 +0000 (02:11 +0000)
committerguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 02:11:27 +0000 (02:11 +0000)
Pull in <time.h> for time()

ok deraadt@

games/boggle/boggle/timer.c

index 1c1ce72..109c1a4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: timer.c,v 1.14 2016/01/10 13:35:09 mestre Exp $       */
+/*     $OpenBSD: timer.c,v 1.15 2016/08/27 02:11:27 guenther Exp $     */
 /*     $NetBSD: timer.c,v 1.3 1995/04/24 12:22:45 cgd Exp $    */
 
 /*-
  * SUCH DAMAGE.
  */
 
+#include <sys/select.h>
 #include <curses.h>
 #include <setjmp.h>
+#include <time.h>
 #include <unistd.h>
 
 #include "extern.h"