Mercurial > hg > early-roguelike
comparison arogue7/pack.c @ 126:b786053d2f37
arogue7: add missing header includes.
author | John "Elwin" Edwards |
---|---|
date | Fri, 08 May 2015 16:45:41 -0400 |
parents | adfa37e67084 |
children | cadff8f047a1 |
comparison
equal
deleted
inserted
replaced
125:adfa37e67084 | 126:b786053d2f37 |
---|---|
12 * See the file LICENSE.TXT for full copyright and licensing information. | 12 * See the file LICENSE.TXT for full copyright and licensing information. |
13 */ | 13 */ |
14 | 14 |
15 #include "curses.h" | 15 #include "curses.h" |
16 #include <ctype.h> | 16 #include <ctype.h> |
17 #include <string.h> | |
17 #include "rogue.h" | 18 #include "rogue.h" |
18 #ifdef PC7300 | 19 #ifdef PC7300 |
19 #include "menu.h" | 20 #include "menu.h" |
20 #endif | 21 #endif |
21 | 22 |