summaryrefslogtreecommitdiff
path: root/games/canfield/cfscores
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2001-02-18 18:13:39 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2001-02-18 18:13:39 +0000
commit7c3091b2b02e20f4ef76ab31cd14ddc9d56cfd83 (patch)
tree48a58c9648ed597d4cb5fc2845ed8850a6295fb0 /games/canfield/cfscores
parent1b22c2cc4b5861e25dba142609ff2e253ee21599 (diff)
include <string.h>
Diffstat (limited to 'games/canfield/cfscores')
-rw-r--r--games/canfield/cfscores/cfscores.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/canfield/cfscores/cfscores.c b/games/canfield/cfscores/cfscores.c
index 1e3eb4ea95b..b87920cfee8 100644
--- a/games/canfield/cfscores/cfscores.c
+++ b/games/canfield/cfscores/cfscores.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cfscores.c,v 1.6 2001/02/13 12:17:23 pjanzen Exp $ */
+/* $OpenBSD: cfscores.c,v 1.7 2001/02/18 18:13:38 pjanzen Exp $ */
/* $NetBSD: cfscores.c,v 1.3 1995/03/21 15:08:37 cgd Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)cfscores.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: cfscores.c,v 1.6 2001/02/13 12:17:23 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: cfscores.c,v 1.7 2001/02/18 18:13:38 pjanzen Exp $";
#endif
#endif /* not lint */
@@ -53,6 +53,7 @@ static char rcsid[] = "$OpenBSD: cfscores.c,v 1.6 2001/02/13 12:17:23 pjanzen Ex
#include <fcntl.h>
#include <pwd.h>
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
#include "pathnames.h"