diff options
Diffstat (limited to 'games/tetris')
-rw-r--r-- | games/tetris/input.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tetris/input.c b/games/tetris/input.c index 4b7904c8ae3..1a0fd878919 100644 --- a/games/tetris/input.c +++ b/games/tetris/input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.17 2016/01/10 13:35:10 mestre Exp $ */ +/* $OpenBSD: input.c,v 1.18 2016/08/27 02:02:44 guenther Exp $ */ /* $NetBSD: input.c,v 1.3 1996/02/06 22:47:33 jtc Exp $ */ /*- @@ -39,6 +39,7 @@ * Tetris input. */ +#include <sys/time.h> #include <errno.h> #include <poll.h> #include <unistd.h> |