Blob Blame History Raw
Index: level.h
===================================================================
RCS file: /cvsroot/tom7misc/escapex/level.h,v
retrieving revision 1.56
diff -u -3 -p -r1.56 level.h
--- level.h	11 Jan 2007 22:42:40 -0000	1.56
+++ level.h	3 Feb 2008 23:50:19 -0000
@@ -3,6 +3,7 @@
 #define __LEVEL_H
 
 #include <string>
+#include <string.h>
 
 using namespace std;
 
Index: util.cpp
===================================================================
RCS file: /cvsroot/tom7misc/escapex/util.cpp,v
retrieving revision 1.64
diff -u -3 -p -r1.64 util.cpp
--- util.cpp	5 Apr 2007 21:41:23 -0000	1.64
+++ util.cpp	3 Feb 2008 23:50:19 -0000
@@ -1,5 +1,6 @@
 
 #include <sys/stat.h>
+#include <string.h>
 
 #include "util.h"
 #include "extent.h"
Index: util.h
===================================================================
RCS file: /cvsroot/tom7misc/escapex/util.h,v
retrieving revision 1.59
diff -u -3 -p -r1.59 util.h
--- util.h	5 Apr 2007 21:41:23 -0000	1.59
+++ util.h	3 Feb 2008 23:50:19 -0000
@@ -4,6 +4,7 @@
 
 #include <stdio.h>
 #include <string>
+#include <stdlib.h>
 
 using namespace std;