comparison srogue/main.c @ 60:3aa87373c908

srogue: include missing headers.
author elwin
date Fri, 27 Jan 2012 17:29:30 +0000
parents bb9f7d01e09c
children 8757a0593e6e
comparison
equal deleted inserted replaced
59:bb9f7d01e09c 60:3aa87373c908
13 * All rights reserved. 13 * All rights reserved.
14 * 14 *
15 * See the file LICENSE.TXT for full copyright and licensing information. 15 * See the file LICENSE.TXT for full copyright and licensing information.
16 */ 16 */
17 17
18 #include <stdlib.h>
19 #include <string.h>
18 #include <time.h> 20 #include <time.h>
19 #include <termios.h> 21 #include <termios.h>
20 #include <fcntl.h> 22 #include <fcntl.h>
21 #include <stdio.h> 23 #include <stdio.h>
22 #include <signal.h> 24 #include <signal.h>