comparison arogue5/main.c @ 67:c49f7927b0fa

arogue5: add missing header files.
author elwin
date Sat, 11 Aug 2012 17:19:03 +0000
parents c56f672244f4
children 7a7fb9b810e1
comparison
equal deleted inserted replaced
66:c56f672244f4 67:c49f7927b0fa
11 * 11 *
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 <stdlib.h>
17 #include <string.h>
16 #include <fcntl.h> 18 #include <fcntl.h>
17 #include <sys/stat.h> 19 #include <sys/stat.h>
18 #include <limits.h> 20 #include <limits.h>
19 #include <signal.h> 21 #include <signal.h>
20 #include <time.h> 22 #include <time.h>