fix compilation on non-win32 systems
svn-id: r11576
This commit is contained in:
parent
898d5f2647
commit
3c9c652f13
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue