diff arogue5/command.c @ 67:c49f7927b0fa

arogue5: add missing header files.
author elwin
date Sat, 11 Aug 2012 17:19:03 +0000
parents 7aff18a8d508
children 7a7fb9b810e1
line wrap: on
line diff
--- a/arogue5/command.c	Sat Aug 11 16:27:20 2012 +0000
+++ b/arogue5/command.c	Sat Aug 11 17:19:03 2012 +0000
@@ -13,6 +13,8 @@
  */
 
 #include "curses.h"
+#include <stdlib.h>
+#include <string.h>
 #include <limits.h>
 #include <ctype.h>
 #include <signal.h>