]> 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:36 +0000 (13:31 +0100)
commit742734d2b54005f228655f0733e869b16ec6cb2b
tree36e521039a4776906bdafd96a0bbff6258bfb7a0
parent7c21a8aca39c504ea448cce82230163ca93cfaf4
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