]> granicus.if.org Git - postgis/commitdiff
Quiet solaris warnings
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 16 Dec 2009 17:00:26 +0000 (17:00 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 16 Dec 2009 17:00:26 +0000 (17:00 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5012 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/libgeom.h
postgis/geography_estimate.c

index c7b9594b28895cc5b942982d00b4c0530959bf79..4842254a0e96fa01c23122d4401ab37d2eb5ccbd 100644 (file)
 
 #include "liblwgeom.h"
 #include <string.h>
+#include <math.h>
 #include <assert.h>
+#if HAVE_IEEEFP_H
+#include <ieeefp.h>
+#endif
+
 
 /**
 * PI
index 828c57ae125d261ec58a570cb8f74c19f2f1757d..4350ced105c27f7471093d99d45a32a5120777a8 100644 (file)
@@ -11,6 +11,7 @@
  *
  **********************************************************************/
 
+
 #include "postgres.h"
 #include "commands/vacuum.h"
 #include "nodes/relation.h"