Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25541
Modified Files:
platform.h
Log Message:
ops, forgot that.
Index: platform.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/platform.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** platform.h 19 Sep 2004 20:55:10 -0000 1.16
--- platform.h 20 Sep 2004 04:32:14 -0000 1.17
***************
*** 89,92 ****
--- 89,93 ----
#ifdef Q_OS_FREEBSD
+ #include <math.h>
inline float ceilf(float _X)
{return ((float)ceil((double)_X)); }
|