]> 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:53 +0000 (13:31 +0100)
commit00331a0f23f25944d495260796c29778649a5041
tree1d9800cc44e0360b2041661767340eceb5da83a6
parent8c15a7163c8d7dfa5df2f56639693122dd0800ec
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