diff srogue/main.c @ 60:3aa87373c908

srogue: include missing headers.
author elwin
date Fri, 27 Jan 2012 17:29:30 +0000
parents bb9f7d01e09c
children 8757a0593e6e
line wrap: on
line diff
--- a/srogue/main.c	Tue Jan 24 18:30:17 2012 +0000
+++ b/srogue/main.c	Fri Jan 27 17:29:30 2012 +0000
@@ -15,6 +15,8 @@
  * See the file LICENSE.TXT for full copyright and licensing information.
  */
 
+#include <stdlib.h>
+#include <string.h>
 #include <time.h>
 #include <termios.h>
 #include <fcntl.h>