We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1817706 commit bb6a788Copy full SHA for bb6a788
src/port/isinf.c
@@ -7,13 +7,14 @@
7
*
8
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/port/isinf.c,v 1.4 2004/08/29 04:13:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/isinf.c,v 1.5 2004/09/30 16:38:39 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
15
#include "c.h"
16
17
+#include <float.h>
18
#include <math.h>
19
20
#if HAVE_FPCLASS /* this is _not_ HAVE_FP_CLASS, and not
0 commit comments