]> 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:44 +0000 (13:31 +0100)
commiteae798ae1d98f8f62cc0b93a2c6972985f070446
tree051a20680bf2de1dfec43b85e05893cf0fe23e13
parent9f20f2fc43f7dbe5a60958bc41f24130957560a3
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