-/* $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 $ */
/*-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "bog.h"
-/* $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 $ */
/*
#include <curses.h>
#include <stdio.h>
#include <string.h>
+#include <time.h>
#include "pathnames.h"
#include "phantdefs.h"
-/* $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 $ */
/*
#ifdef TERMIOS
#include <termios.h>
#endif
+#include <time.h>
#include <unistd.h>
#include "macros.h"
-/* $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 $ */
/*-
#include <stdlib.h>
#include <string.h>
#include <term.h>
+#include <time.h>
#include <unistd.h>
#include "scores.h"