summaryrefslogtreecommitdiffstats
path: root/gomoku
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2000-07-03 03:57:39 +0000
committermatt <matt@NetBSD.org>2000-07-03 03:57:39 +0000
commit43def5730da99f02e97c5f7931228e4a37f2cd3f (patch)
tree6b8a5cf8324a8919575823f2c80ee0498de28d0f /gomoku
parentd20e60caa29bce3f65183f11f2576b5f867d7879 (diff)
downloadbsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.tar.gz
bsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.tar.zst
bsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.zip
More include additions for exit, abs, strcmp, etc.
Diffstat (limited to 'gomoku')
-rw-r--r--gomoku/stoc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gomoku/stoc.c b/gomoku/stoc.c
index ccfd164a..a9fbef5f 100644
--- a/gomoku/stoc.c
+++ b/gomoku/stoc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: stoc.c,v 1.5 1999/09/08 21:17:50 jsm Exp $ */
+/* $NetBSD: stoc.c,v 1.6 2000/07/03 03:57:41 matt Exp $ */
/*
* Copyright (c) 1994
@@ -41,12 +41,13 @@
#if 0
static char sccsid[] = "@(#)stoc.c 8.1 (Berkeley) 7/24/94";
#else
-__RCSID("$NetBSD: stoc.c,v 1.5 1999/09/08 21:17:50 jsm Exp $");
+__RCSID("$NetBSD: stoc.c,v 1.6 2000/07/03 03:57:41 matt Exp $");
#endif
#endif /* not lint */
#include <ctype.h>
#include <stdlib.h>
+#include <string.h>
#include "gomoku.h"
const char *letters = "<ABCDEFGHJKLMNOPQRST>";