diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-26 05:45:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-26 05:45:43 +0000 |
commit | fc2024b56f449c9c99f2991f581e7aacc10af3c7 (patch) | |
tree | c19fb644cf3960040df4b9c16c82e1ce4925e0a7 /games | |
parent | 7434dd6ece4f86a0be14350ddb9bdbfc213bef48 (diff) |
string.h
Diffstat (limited to 'games')
-rw-r--r-- | games/trek/out.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/trek/out.c b/games/trek/out.c index f949c354639..57f537a1b86 100644 --- a/games/trek/out.c +++ b/games/trek/out.c @@ -1,4 +1,4 @@ -/* $OpenBSD: out.c,v 1.3 1999/07/31 18:48:59 pjanzen Exp $ */ +/* $OpenBSD: out.c,v 1.4 1999/09/26 05:45:42 deraadt Exp $ */ /* $NetBSD: out.c,v 1.3 1995/04/22 10:59:16 cgd Exp $ */ /* @@ -38,11 +38,12 @@ #if 0 static char sccsid[] = "@(#)out.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: out.c,v 1.3 1999/07/31 18:48:59 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: out.c,v 1.4 1999/09/26 05:45:42 deraadt Exp $"; #endif #endif /* not lint */ #include <stdio.h> +#include <string.h> #include "trek.h" /* |