mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
fixed compilation
svn-id: r8112
This commit is contained in:
parent
5a7e9b4b9c
commit
f0c0b5f4f8
@ -29,7 +29,7 @@
|
||||
#include "common/config-file.h"
|
||||
#include "common/gameDetector.h"
|
||||
|
||||
#if !( defined(__DC__) || defined(__GP32__) )
|
||||
#if (!( defined(__DC__) || defined(__GP32__)) && !defined(_MSC_VER))
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user