Skip to content
Snippets Groups Projects
Commit 7bb1cc50 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

parent f9ac414c
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment