diff options
author | anotherguest | 2011-10-11 09:23:45 +0200 |
---|---|---|
committer | anotherguest | 2011-10-11 09:23:45 +0200 |
commit | 3d48f2199f50d998d46ebe0bbad16b0cd73ad546 (patch) | |
tree | 68a8c07e0d2d44bf7abab2b2e9ed70f105520b97 | |
parent | 8475d7f14250f089f22fd93dc3c885d9c1b5b39e (diff) | |
download | scummvm-rg350-3d48f2199f50d998d46ebe0bbad16b0cd73ad546.tar.gz scummvm-rg350-3d48f2199f50d998d46ebe0bbad16b0cd73ad546.tar.bz2 scummvm-rg350-3d48f2199f50d998d46ebe0bbad16b0cd73ad546.zip |
Symbian: Changed path for math.h include.
-rw-r--r-- | backends/platform/symbian/src/portdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index b433dd7625..dd81080afe 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -32,7 +32,7 @@ #include <e32def.h> #include <e32std.h> -#include <math.h> +#include <libc\math.h> /* define pi */ #ifndef M_PI |