--- src/exec/gbx_math.c.orig Fri Oct 28 17:25:37 2005 +++ src/exec/gbx_math.c Mon Nov 7 23:35:25 2005 @@ -27,6 +27,10 @@ #include #include #include +#ifdef __FreeBSD__ +# include +# define modfl(a,b) modf(a,b) +#endif #include "gb_common.h" #include "gbx_math.h"