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/io.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phantasia/io.c') diff --git a/phantasia/io.c b/phantasia/io.c index 5a4c0093..ea61b689 100644 --- a/phantasia/io.c +++ b/phantasia/io.c @@ -1,10 +1,11 @@ -/* $NetBSD: io.c,v 1.6 2004/02/08 00:32:07 jsm Exp $ */ +/* $NetBSD: io.c,v 1.7 2004/04/07 17:46:47 ross Exp $ */ /* * io.c - input/output routines for Phantasia */ #include "include.h" +#include void getstring(cp, mx) -- cgit v1.2.3