[Scummvm-cvs-logs] scummvm master -> 7de7d1d414f8a5c408c5fd0aed0655af74a7e1ac

digitall digitall at scummvm.org
Sun Feb 26 18:00:40 CET 2012


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:
7de7d1d414 NDS: Fix build after common util.h split.


Commit: 7de7d1d414f8a5c408c5fd0aed0655af74a7e1ac
    https://github.com/scummvm/scummvm/commit/7de7d1d414f8a5c408c5fd0aed0655af74a7e1ac
Author: D G Turner (digitall at scummvm.org)
Date: 2012-02-26T08:59:32-08:00

Commit Message:
NDS: Fix build after common util.h split.

Changed paths:
    backends/platform/ds/arm9/source/scummhelp.h



diff --git a/backends/platform/ds/arm9/source/scummhelp.h b/backends/platform/ds/arm9/source/scummhelp.h
index 79103b3..2735727 100644
--- a/backends/platform/ds/arm9/source/scummhelp.h
+++ b/backends/platform/ds/arm9/source/scummhelp.h
@@ -24,7 +24,7 @@
 #define _SCUMMHELP_H_
 
 #include "common/str.h"
-#include "common/util.h"
+#include "common/platform.h"
 
 namespace DS {
 






More information about the Scummvm-git-logs mailing list