Add missing float.h include to snprintf.c.

Andres Freund <andres@anarazel.de>

Commit: 742734d2b54005f228655f0733e869b16ec6cb2b
Author: Andres Freund <andres@anarazel.de>
Date: 2015-02-04T12:31:36Z
Releases: 9.4.2
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.

Files

PathChange+/−
src/port/snprintf.c modified +3 −0