diff options
author | Marcus Comstedt | 2003-11-03 22:21:55 +0000 |
---|---|---|
committer | Marcus Comstedt | 2003-11-03 22:21:55 +0000 |
commit | 622be9702fa1af96da95deea53af97e259f26350 (patch) | |
tree | f10318b69aa5b8b61f02de6cd3e056c7d20451a3 /backends | |
parent | e55370e08db26a871d47405208e8f8e5852afcbc (diff) | |
download | scummvm-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')
-rw-r--r-- | backends/dc/portdefs.h | 1 |
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 |