artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e29f8a1
)
Pull in <sys/select.h> for fd_set
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 02:11:27 +0000
(
02:11
+0000)
committer
guenther
<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
patch
|
blob
|
history
diff --git
a/games/boggle/boggle/timer.c
b/games/boggle/boggle/timer.c
index
1c1ce72
..
109c1a4
100644
(file)
--- a/
games/boggle/boggle/timer.c
+++ b/
games/boggle/boggle/timer.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: timer.c,v 1.1
4 2016/01/10 13:35:09 mestre Exp $
*/
+/* $OpenBSD: timer.c,v 1.1
5 2016/08/27 02:11:27 guenther Exp $
*/
/* $NetBSD: timer.c,v 1.3 1995/04/24 12:22:45 cgd Exp $ */
/*-
@@
-33,8
+33,10
@@
* SUCH DAMAGE.
*/
+#include <sys/select.h>
#include <curses.h>
#include <setjmp.h>
+#include <time.h>
#include <unistd.h>
#include "extern.h"