diff options
Diffstat (limited to 'phantasia/io.c')
| -rw-r--r-- | phantasia/io.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <curses.h> void getstring(cp, mx) |
