comparison arogue7/wizard.c @ 126:b786053d2f37

arogue7: add missing header includes.
author John "Elwin" Edwards
date Fri, 08 May 2015 16:45:41 -0400
parents adfa37e67084
children 1cd604c827a3
comparison
equal deleted inserted replaced
125:adfa37e67084 126:b786053d2f37
16 * Special wizard commands (some of which are also non-wizard commands 16 * Special wizard commands (some of which are also non-wizard commands
17 * under strange circumstances) 17 * under strange circumstances)
18 */ 18 */
19 19
20 #include "curses.h" 20 #include "curses.h"
21 #include <stdlib.h>
21 #include <ctype.h> 22 #include <ctype.h>
22 #include "rogue.h" 23 #include "rogue.h"
23 #ifdef PC7300 24 #ifdef PC7300
24 #include "menu.h" 25 #include "menu.h"
25 #endif 26 #endif