[Scummvm-cvs-logs] CVS: scummvm/backends/dc portdefs.h,1.4,1.5
Marcus Comstedt
marcus_c at users.sourceforge.net
Mon Nov 3 14:22:15 CET 2003
Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1:/tmp/cvs-serv19033
Modified Files:
portdefs.h
Log Message:
Added math.h to include list (needed for atan2).
Index: portdefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/portdefs.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- portdefs.h 2 Oct 2003 17:28:02 -0000 1.4
+++ portdefs.h 3 Nov 2003 22:21:55 -0000 1.5
@@ -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
More information about the Scummvm-git-logs
mailing list