comparison arogue5/options.c @ 67:c49f7927b0fa

arogue5: add missing header files.
author elwin
date Sat, 11 Aug 2012 17:19:03 +0000
parents c56f672244f4
children d4bf99f82ea0
comparison
equal deleted inserted replaced
66:c56f672244f4 67:c49f7927b0fa
14 * See the file LICENSE.TXT for full copyright and licensing information. 14 * See the file LICENSE.TXT for full copyright and licensing information.
15 */ 15 */
16 16
17 #include "curses.h" 17 #include "curses.h"
18 #include <ctype.h> 18 #include <ctype.h>
19 #include <string.h>
19 #include "rogue.h" 20 #include "rogue.h"
20 21
21 #define NUM_OPTS (sizeof optlist / sizeof (OPTION)) 22 #define NUM_OPTS (sizeof optlist / sizeof (OPTION))
22 23
23 24