diff options
Diffstat (limited to 'games/tetris/scores.c')
-rw-r--r-- | games/tetris/scores.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tetris/scores.c b/games/tetris/scores.c index 736bcde4c08..471847354f8 100644 --- a/games/tetris/scores.c +++ b/games/tetris/scores.c @@ -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" |