Pull in <time.h> for time() and perhaps other functions
authorguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 02:00:10 +0000 (02:00 +0000)
committerguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 02:00:10 +0000 (02:00 +0000)
ok deraadt@

games/boggle/boggle/bog.c
games/phantasia/gamesupport.c
games/phantasia/main.c
games/tetris/scores.c

index 26b74f0..c603fc6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bog.c,v 1.30 2016/03/07 12:07:55 mestre Exp $ */
+/*     $OpenBSD: bog.c,v 1.31 2016/08/27 02:00:10 guenther Exp $       */
 /*     $NetBSD: bog.c,v 1.5 1995/04/24 12:22:32 cgd Exp $      */
 
 /*-
@@ -40,6 +40,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
 #include <unistd.h>
 
 #include "bog.h"
index 9c1c865..9ada057 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: gamesupport.c,v 1.9 2016/01/06 14:28:09 mestre Exp $  */
+/*     $OpenBSD: gamesupport.c,v 1.10 2016/08/27 02:00:10 guenther Exp $       */
 /*     $NetBSD: gamesupport.c,v 1.3 1995/04/24 12:24:28 cgd Exp $      */
 
 /*
@@ -8,6 +8,7 @@
 #include <curses.h>
 #include <stdio.h>
 #include <string.h>
+#include <time.h>
 
 #include "pathnames.h"
 #include "phantdefs.h"
index a535d5a..e9f2136 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: main.c,v 1.21 2016/01/10 13:35:09 mestre Exp $        */
+/*     $OpenBSD: main.c,v 1.22 2016/08/27 02:00:10 guenther Exp $      */
 /*     $NetBSD: main.c,v 1.3 1995/04/24 12:24:37 cgd Exp $     */
 
 /*
@@ -37,6 +37,7 @@
 #ifdef TERMIOS
 #include <termios.h>
 #endif
+#include <time.h>
 #include <unistd.h>
 
 #include "macros.h"
index 736bcde..4718473 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: scores.c,v 1.21 2016/06/10 15:37:09 tb Exp $  */
+/*     $OpenBSD: scores.c,v 1.22 2016/08/27 02:00:10 guenther Exp $    */
 /*     $NetBSD: scores.c,v 1.2 1995/04/22 07:42:38 cgd Exp $   */
 
 /*-
@@ -50,6 +50,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <term.h>
+#include <time.h>
 #include <unistd.h>
 
 #include "scores.h"