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

Lines changed: 2 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy