comparison xrogue/wizard.c @ 135:ce0cf824c192

xrogue: add missing includes. This prevents some warnings.
author John "Elwin" Edwards
date Tue, 21 Apr 2015 10:34:01 -0400
parents e6179860cb76
children f54901b9c39b
comparison
equal deleted inserted replaced
134:cfa9d1609b78 135:ce0cf824c192
19 /* 19 /*
20 * Special wizard commands (some of which are also non-wizard commands 20 * Special wizard commands (some of which are also non-wizard commands
21 * under strange circumstances) 21 * under strange circumstances)
22 */ 22 */
23 23
24 #include <stdlib.h>
24 #include <curses.h> 25 #include <curses.h>
25 #include <ctype.h> 26 #include <ctype.h>
26 #include <string.h> 27 #include <string.h>
27 #include "rogue.h" 28 #include "rogue.h"
28 #include "mach_dep.h" 29 #include "mach_dep.h"