diff options
-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" /* |