[Scummvm-cvs-logs] CVS: scummvm/simon debug.cpp,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Tue Oct 22 06:04:07 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv3081/simon

Modified Files:
	debug.cpp 
Log Message:
fix (?) for windows compile problem

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debug.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- debug.cpp	22 Oct 2002 12:05:04 -0000	1.2
+++ debug.cpp	22 Oct 2002 13:03:40 -0000	1.3
@@ -25,6 +25,10 @@
 #include "simon/intern.h"
 #include "simon/vga.h"
 
+#if defined (WIN32) && !defined(_WIN32_WCE)
+#include <sys/stat.h>
+#endif
+
 #ifdef SIMONDEBUG
 #define SIMON2
 #define SIMON2WIN





More information about the Scummvm-git-logs mailing list