Add #include <float.h> for platforms that still need it.

This commit is contained in:
Bruce Momjian 2007-01-02 20:50:35 +00:00
parent f9ac414c35
commit 7bb1cc50b2
1 changed files with 2 additions and 1 deletions

View File

@ -8,13 +8,14 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/float.c,v 1.132 2007/01/02 20:00:49 momjian Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/float.c,v 1.133 2007/01/02 20:50:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <ctype.h>
#include <float.h>
#include <math.h>
#include <limits.h>
/* for finite() on Solaris */