src/lib/memgfx.c 1.50
1.50 2009/06/20 16:08:01 mikep
floor is in math.h, dont know why it builds for me but not the nightly build
Index: src/lib/memgfx.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/memgfx.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -b -B -U 4 -r1.49 -r1.50
--- src/lib/memgfx.c 19 Jun 2009 19:14:42 -0000 1.49
+++ src/lib/memgfx.c 20 Jun 2009 16:08:01 -0000 1.50
@@ -10,8 +10,9 @@
#include "localmem.h"
#include "vGfx.h"
#include "vGfxPrivate.h"
#include "colHash.h"
+#include "math.h"
static char const rcsid[] = "$Id$";
#ifndef min3