diff options
author | Max Horn | 2009-02-15 19:15:43 +0000 |
---|---|---|
committer | Max Horn | 2009-02-15 19:15:43 +0000 |
commit | a49d29cf6f7be49895c1c6a846ea93f0be3e0fee (patch) | |
tree | 91c9086a018223edbb845bd16412794148208886 /engines/sci/sfx/player | |
parent | 270165522ba6bba8fa972c64e7a312fd924aa6e4 (diff) | |
download | scummvm-rg350-a49d29cf6f7be49895c1c6a846ea93f0be3e0fee.tar.gz scummvm-rg350-a49d29cf6f7be49895c1c6a846ea93f0be3e0fee.tar.bz2 scummvm-rg350-a49d29cf6f7be49895c1c6a846ea93f0be3e0fee.zip |
cleanup, fixed warnings
svn-id: r38282
Diffstat (limited to 'engines/sci/sfx/player')
-rw-r--r-- | engines/sci/sfx/player/polled.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sfx/player/polled.cpp b/engines/sci/sfx/player/polled.cpp index 2a4c23fa97..794ed36314 100644 --- a/engines/sci/sfx/player/polled.cpp +++ b/engines/sci/sfx/player/polled.cpp @@ -30,6 +30,8 @@ #include "sci/sfx/softseq.h" #include "sci/sfx/mixer.h" +#include <unistd.h> // for close() + static song_iterator_t *play_it; static int play_paused = 0; static sfx_softseq_t *seq; |