comparison xrogue/options.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 443c8bd3e290
comparison
equal deleted inserted replaced
134:cfa9d1609b78 135:ce0cf824c192
21 * it is the only way to keep the wolves off of my back. 21 * it is the only way to keep the wolves off of my back.
22 */ 22 */
23 23
24 #include <curses.h> 24 #include <curses.h>
25 #include <ctype.h> 25 #include <ctype.h>
26 #include <string.h>
26 #include "rogue.h" 27 #include "rogue.h"
27 28
28 #define NUM_OPTS (sizeof optlist / sizeof (OPTION)) 29 #define NUM_OPTS (sizeof optlist / sizeof (OPTION))
29 30
30 /* 31 /*