pgsql: Add missing float.h include to snprintf.c.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing float.h include to snprintf.c.
Date: 2015-02-04 12:34:21
Message-ID: E1YIz9x-00027I-6u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing float.h include to snprintf.c.

On windows _isnan() (which isnan() is redirected to in port/win32.h)
is declared in float.h, not math.h.

Per buildfarm animal currawong.

Backpatch to all supported branches.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ff8ca3b04c15eace1de1a7a66e3a05426b07b773

Modified Files
--------------
src/port/snprintf.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-02-04 12:34:24 pgsql: Add missing float.h include to snprintf.c.
Previous Message Fujii Masao 2015-02-04 10:01:13 pgsql: doc: Fix markup