aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
diff options
context:
space:
mode:
authorMarcus Comstedt2003-11-03 22:21:55 +0000
committerMarcus Comstedt2003-11-03 22:21:55 +0000
commit622be9702fa1af96da95deea53af97e259f26350 (patch)
treef10318b69aa5b8b61f02de6cd3e056c7d20451a3 /backends/dc
parente55370e08db26a871d47405208e8f8e5852afcbc (diff)
downloadscummvm-rg350-622be9702fa1af96da95deea53af97e259f26350.tar.gz
scummvm-rg350-622be9702fa1af96da95deea53af97e259f26350.tar.bz2
scummvm-rg350-622be9702fa1af96da95deea53af97e259f26350.zip
Added math.h to include list (needed for atan2).
svn-id: r11113
Diffstat (limited to 'backends/dc')
-rw-r--r--backends/dc/portdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/dc/portdefs.h b/backends/dc/portdefs.h
index 31109aac10..8b34617adf 100644
--- a/backends/dc/portdefs.h
+++ b/backends/dc/portdefs.h
@@ -28,6 +28,7 @@
#include <stdarg.h>
#include <assert.h>
#include <ctype.h>
+#include <math.h>
#ifndef RONIN_TIMER_ACCESS
#define Timer ronin_Timer
#endif