From 5647637ea2d239681a9dc0facc4071e33235fe4f Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Thu, 17 Nov 2011 12:44:05 +0100 Subject: COMMON: Move include into scummsys.h. The header contains forbidden symbols on some platforms, and the simplest solution seems to be to include it here. This also includes it from all the portdefs.h files, except the Symbian one. Probably the FIXME and the #if can be removed once it's known to work. --- backends/platform/ds/arm9/source/portdefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform/ds') diff --git a/backends/platform/ds/arm9/source/portdefs.h b/backends/platform/ds/arm9/source/portdefs.h index f512ce3ea2..e40849a513 100644 --- a/backends/platform/ds/arm9/source/portdefs.h +++ b/backends/platform/ds/arm9/source/portdefs.h @@ -37,6 +37,7 @@ #include #include #include +#include #define double float -- cgit v1.2.3