[Scummvm-cvs-logs] scummvm master -> d5207ed6eada110c13309fa6bffb178f41c1d365

fuzzie fuzzie at fuzzie.org
Fri Apr 29 11:49:12 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:
d5207ed6ea fix AmigaOS 4 build (thanks to Raziel^)


Commit: d5207ed6eada110c13309fa6bffb178f41c1d365
    https://github.com/scummvm/scummvm/commit/d5207ed6eada110c13309fa6bffb178f41c1d365
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-04-29T02:47:49-07:00

Commit Message:
fix AmigaOS 4 build (thanks to Raziel^)

Changed paths:
    backends/midi/camd.cpp



diff --git a/backends/midi/camd.cpp b/backends/midi/camd.cpp
index ee3baaa..9909cb0 100644
--- a/backends/midi/camd.cpp
+++ b/backends/midi/camd.cpp
@@ -29,6 +29,8 @@
 
 #if defined(__amigaos4__)
 
+#include "common/textconsole.h"
+#include "common/error.h"
 #include "common/endian.h"
 #include "common/util.h"
 #include "audio/musicplugin.h"






More information about the Scummvm-git-logs mailing list