diff options
-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 |