summaryrefslogtreecommitdiff
path: root/games/tetris/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/tetris/input.c')
-rw-r--r--games/tetris/input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tetris/input.c b/games/tetris/input.c
index dd16dab90bd..5934fae6571 100644
--- a/games/tetris/input.c
+++ b/games/tetris/input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: input.c,v 1.6 2001/09/05 20:03:07 deraadt Exp $ */
+/* $OpenBSD: input.c,v 1.7 2001/09/27 08:37:33 deraadt Exp $ */
/* $NetBSD: input.c,v 1.3 1996/02/06 22:47:33 jtc Exp $ */
/*-
@@ -48,6 +48,7 @@
#include <errno.h>
#include <unistd.h>
+#include <string.h>
#include "input.h"
#include "tetris.h"