diff options
author | Travis Howell | 2009-02-16 00:43:18 +0000 |
---|---|---|
committer | Travis Howell | 2009-02-16 00:43:18 +0000 |
commit | 0a621d89ae175b4667383f5b7e9055f1ea1b8811 (patch) | |
tree | 16596b2e18171170ed0fa2526be89b0aceafeef7 /engines/sci | |
parent | 74132ed71aa69f2b651815b181ce54a835b448b2 (diff) | |
download | scummvm-rg350-0a621d89ae175b4667383f5b7e9055f1ea1b8811.tar.gz scummvm-rg350-0a621d89ae175b4667383f5b7e9055f1ea1b8811.tar.bz2 scummvm-rg350-0a621d89ae175b4667383f5b7e9055f1ea1b8811.zip |
Fix win32 compile of SCI engine.
svn-id: r38337
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/scicore/tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/scicore/tools.cpp b/engines/sci/scicore/tools.cpp index 7a56f4c75f..667f062cd6 100644 --- a/engines/sci/scicore/tools.cpp +++ b/engines/sci/scicore/tools.cpp @@ -47,6 +47,7 @@ #ifdef WIN32 # include <windows.h> +# include <errno.h> # include <mmsystem.h> void usleep(long usec); |