Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bb6a788

Browse files
committed
isinf.c needs <float.h> on some platforms, per Darcy Buskermolen.
1 parent 1817706 commit bb6a788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/port/isinf.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/port/isinf.c,v 1.4 2004/08/29 04:13:12 momjian Exp $
10+
* $PostgreSQL: pgsql/src/port/isinf.c,v 1.5 2004/09/30 16:38:39 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include "c.h"
1616

17+
#include <float.h>
1718
#include <math.h>
1819

1920
#if HAVE_FPCLASS /* this is _not_ HAVE_FP_CLASS, and not

0 commit comments

Comments
 (0)