aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/player/polled.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2009-02-15 20:02:43 +0000
committerPaweł Kołodziejski2009-02-15 20:02:43 +0000
commit7d0d96ecc1ff743bdb9828e1da52d20d67eabc72 (patch)
tree92553caaa214b48654193007b227c46e08fcced8 /engines/sci/sfx/player/polled.cpp
parentd7dea4ff17cd5ee6737cbe50e5d47c13e946f86c (diff)
downloadscummvm-rg350-7d0d96ecc1ff743bdb9828e1da52d20d67eabc72.tar.gz
scummvm-rg350-7d0d96ecc1ff743bdb9828e1da52d20d67eabc72.tar.bz2
scummvm-rg350-7d0d96ecc1ff743bdb9828e1da52d20d67eabc72.zip
fixed compilation with msvc
svn-id: r38285
Diffstat (limited to 'engines/sci/sfx/player/polled.cpp')
-rw-r--r--engines/sci/sfx/player/polled.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sfx/player/polled.cpp b/engines/sci/sfx/player/polled.cpp
index 794ed36314..a5e85ca191 100644
--- a/engines/sci/sfx/player/polled.cpp
+++ b/engines/sci/sfx/player/polled.cpp
@@ -30,7 +30,9 @@
#include "sci/sfx/softseq.h"
#include "sci/sfx/mixer.h"
+#ifndef _MSC_VER
#include <unistd.h> // for close()
+#endif
static song_iterator_t *play_it;
static int play_paused = 0;