Commit bb6a7882 authored by Tom Lane's avatar Tom Lane

isinf.c needs <float.h> on some platforms, per Darcy Buskermolen.

parent 1817706f
...@@ -7,13 +7,14 @@ ...@@ -7,13 +7,14 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include "c.h" #include "c.h"
#include <float.h>
#include <math.h> #include <math.h>
#if HAVE_FPCLASS /* this is _not_ HAVE_FP_CLASS, and not #if HAVE_FPCLASS /* this is _not_ HAVE_FP_CLASS, and not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment