diff options
author | Max Horn | 2002-10-22 13:03:40 +0000 |
---|---|---|
committer | Max Horn | 2002-10-22 13:03:40 +0000 |
commit | d73c2065790e8721d53ce3b3de3f92f1ac6cc68b (patch) | |
tree | b9f81902695ea88b899ad012437a0f0de3fc3126 | |
parent | 67bf52687528a7f44953d4ac858f3fb55f399fc4 (diff) | |
download | scummvm-rg350-d73c2065790e8721d53ce3b3de3f92f1ac6cc68b.tar.gz scummvm-rg350-d73c2065790e8721d53ce3b3de3f92f1ac6cc68b.tar.bz2 scummvm-rg350-d73c2065790e8721d53ce3b3de3f92f1ac6cc68b.zip |
fix (?) for windows compile problem
svn-id: r5244
-rw-r--r-- | simon/debug.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/simon/debug.cpp b/simon/debug.cpp index 4701708bf5..2dc064f219 100644 --- a/simon/debug.cpp +++ b/simon/debug.cpp @@ -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 |