fix compilation on non-win32 systems

svn-id: r11576
This commit is contained in:
Max Horn 2003-12-11 09:56:21 +00:00
parent 898d5f2647
commit 3c9c652f13

View file

@ -26,7 +26,7 @@
#include "simon/debug.h"
#include "simon/vga.h"
#if defined (WIN32) && !defined(_WIN32_WCE)
#if !defined(_WIN32_WCE)
#include <sys/stat.h>
#endif