comparison arogue7/io.c @ 126:b786053d2f37

arogue7: add missing header includes.
author John "Elwin" Edwards
date Fri, 08 May 2015 16:45:41 -0400
parents adfa37e67084
children f9ef86cf22b2
comparison
equal deleted inserted replaced
125:adfa37e67084 126:b786053d2f37
17 */ 17 */
18 18
19 #include "curses.h" 19 #include "curses.h"
20 #include <stdarg.h> 20 #include <stdarg.h>
21 #include <ctype.h> 21 #include <ctype.h>
22 #include <string.h>
22 #include "rogue.h" 23 #include "rogue.h"
23 24
24 /* 25 /*
25 * msg: 26 * msg:
26 * Display a message at the top of the screen. 27 * Display a message at the top of the screen.