From: Tom Lane Date: Thu, 30 Sep 2004 16:38:39 +0000 (+0000) Subject: isinf.c needs on some platforms, per Darcy Buskermolen. X-Git-Tag: REL8_0_0BETA4~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb6a78829e96eada7242e748e0ca1348b27b3413;p=postgresql isinf.c needs on some platforms, per Darcy Buskermolen. --- diff --git a/src/port/isinf.c b/src/port/isinf.c index 07b2bd9a14..ec10375578 100644 --- a/src/port/isinf.c +++ b/src/port/isinf.c @@ -7,13 +7,14 @@ * * * 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 #include #if HAVE_FPCLASS /* this is _not_ HAVE_FP_CLASS, and not