diff arogue5/state.c @ 67:c49f7927b0fa

arogue5: add missing header files.
author elwin
date Sat, 11 Aug 2012 17:19:03 +0000
parents 0ed67132cf10
children 19903deed392
line wrap: on
line diff
--- a/arogue5/state.c	Sat Aug 11 16:27:20 2012 +0000
+++ b/arogue5/state.c	Sat Aug 11 17:19:03 2012 +0000
@@ -61,6 +61,7 @@
 #include <curses.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include "rogue.h"
 
 #define READSTAT (format_error || read_error )