summaryrefslogtreecommitdiffstats
path: root/phantasia/main.c
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/main.c
parentacc53772d30828b53555695b5a70ddc4b7149ee0 (diff)
downloadbsdgames-darwin-0cf3d63b421b88cc05b4ac55af656f84128713f4.tar.gz
bsdgames-darwin-0cf3d63b421b88cc05b4ac55af656f84128713f4.tar.zst
bsdgames-darwin-0cf3d63b421b88cc05b4ac55af656f84128713f4.zip
Rework to use curses.h only on the target, not on the host.
Diffstat (limited to 'phantasia/main.c')
-rw-r--r--phantasia/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/phantasia/main.c b/phantasia/main.c
index f9beea8a..794eb42a 100644
--- a/phantasia/main.c
+++ b/phantasia/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.12 2004/01/01 16:03:46 jsm Exp $ */
+/* $NetBSD: main.c,v 1.13 2004/04/07 17:46:47 ross Exp $ */
/*
* Phantasia 3.3.2 -- Interterminal fantasy game
@@ -56,6 +56,7 @@
*/
#include "include.h"
+#include <curses.h>
int main(int, char **);