[Scummvm-cvs-logs] scummvm master -> 8d2189f1bbefc583567b1a4a2f9833644eeb480e

digitall digitall at scummvm.org
Fri Apr 29 02:56:15 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8d2189f1bb WINCE: Fix Mixer Compilation after header changes.


Commit: 8d2189f1bbefc583567b1a4a2f9833644eeb480e
    https://github.com/scummvm/scummvm/commit/8d2189f1bbefc583567b1a4a2f9833644eeb480e
Author: D G Turner (digitall at scummvm.org)
Date: 2011-04-28T17:54:15-07:00

Commit Message:
WINCE: Fix Mixer Compilation after header changes.

Changed paths:
    backends/mixer/wincesdl/wincesdl-mixer.cpp



diff --git a/backends/mixer/wincesdl/wincesdl-mixer.cpp b/backends/mixer/wincesdl/wincesdl-mixer.cpp
index a8b03e8..17cf0ce 100644
--- a/backends/mixer/wincesdl/wincesdl-mixer.cpp
+++ b/backends/mixer/wincesdl/wincesdl-mixer.cpp
@@ -32,6 +32,7 @@
 #include "backends/platform/wince/wince-sdl.h"
 #include "backends/mixer/wincesdl/wincesdl-mixer.h"
 #include "common/system.h"
+#include "common/textconsole.h"
 
 #ifdef USE_VORBIS
 #ifndef USE_TREMOR






More information about the Scummvm-git-logs mailing list