From 0cf3d63b421b88cc05b4ac55af656f84128713f4 Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 7 Apr 2004 17:46:47 +0000 Subject: Rework to use curses.h only on the target, not on the host. --- phantasia/gamesupport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phantasia/gamesupport.c') diff --git a/phantasia/gamesupport.c b/phantasia/gamesupport.c index 6c6d8044..3efff88b 100644 --- a/phantasia/gamesupport.c +++ b/phantasia/gamesupport.c @@ -1,10 +1,11 @@ -/* $NetBSD: gamesupport.c,v 1.6 1999/09/08 21:57:19 jsm Exp $ */ +/* $NetBSD: gamesupport.c,v 1.7 2004/04/07 17:46:47 ross Exp $ */ /* * gamesupport.c - auxiliary routines for support of Phantasia */ #include "include.h" +#include void changestats(ingameflag) -- cgit v1.2.3