From 7db9353c5306c7ae009224de8c382ff9418584fc Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 3 Feb 1998 04:55:59 +0000 Subject: change includes to fix compiler warning --- gomoku/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gomoku/main.c') diff --git a/gomoku/main.c b/gomoku/main.c index 9d56e26b..301812c2 100644 --- a/gomoku/main.c +++ b/gomoku/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.4 1997/10/10 13:36:04 lukem Exp $ */ +/* $NetBSD: main.c,v 1.5 1998/02/03 05:40:45 perry Exp $ */ /* * Copyright (c) 1994 @@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1994\n\ #if 0 static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: main.c,v 1.4 1997/10/10 13:36:04 lukem Exp $"); +__RCSID("$NetBSD: main.c,v 1.5 1998/02/03 05:40:45 perry Exp $"); #endif #endif /* not lint */ @@ -55,6 +55,7 @@ __RCSID("$NetBSD: main.c,v 1.4 1997/10/10 13:36:04 lukem Exp $"); #include #include #include +#include #include #include "gomoku.h" -- cgit v1.2.3-56-ge451