]> granicus.if.org Git - postgresql/commit
Add missing float.h include to snprintf.c.
authorAndres Freund <andres@anarazel.de>
Wed, 4 Feb 2015 12:27:31 +0000 (13:27 +0100)
committerAndres Freund <andres@anarazel.de>
Wed, 4 Feb 2015 12:31:48 +0000 (13:31 +0100)
commit490a91894f14df1000273973b54f2b254ab42ed9
tree3b158a2d20e660113f3dc0bafc673e8012eb7056
parent506a519f3a45c0c8a7e07cf5ab8d17dc6d388ba5
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.
src/port/snprintf.c