summaryrefslogtreecommitdiffstats
path: root/phantasia/include.h
diff options
context:
space:
mode:
authorross <ross@NetBSD.org>2004-04-07 17:46:47 +0000
committerross <ross@NetBSD.org>2004-04-07 17:46:47 +0000
commit0cf3d63b421b88cc05b4ac55af656f84128713f4 (patch)
tree69fc5b12037df0d93fe4e592b4423030a2f8f5ec /phantasia/include.h
parentacc53772d30828b53555695b5a70ddc4b7149ee0 (diff)
downloadbsdgames-darwin-0cf3d63b421b88cc05b4ac55af656f84128713f4.tar.gz
bsdgames-darwin-0cf3d63b421b88cc05b4ac55af656f84128713f4.zip
Rework to use curses.h only on the target, not on the host.
Diffstat (limited to 'phantasia/include.h')
-rw-r--r--phantasia/include.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/include.h b/phantasia/include.h
index 4b982a49..e54c5c49 100644
--- a/phantasia/include.h
+++ b/phantasia/include.h
@@ -1,15 +1,15 @@
-/* $NetBSD: include.h,v 1.4 1997/10/13 02:18:19 lukem Exp $ */
+/* $NetBSD: include.h,v 1.5 2004/04/07 17:46:47 ross Exp $ */
/*
* include.h - includes all important files for Phantasia
*/
#include <ctype.h>
-#include <curses.h>
#include <errno.h>
#include <math.h>
#include <setjmp.h>
#include <signal.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>