summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-09-27 08:37:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-09-27 08:37:34 +0000
commit7d59725e4ad386bf38fff626a0707de0b2c8c403 (patch)
tree164bddf27962546975ca0a0b99fa991c7228a9ae /games
parentba0fc90356c4355432acda88e10fc2cf4dcb6538 (diff)
missing header
Diffstat (limited to 'games')
-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"