Add missing float.h include to snprintf.c.
Andres Freund <andres@anarazel.de>
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
| Path | Change | +/− |
|---|---|---|
| src/port/snprintf.c | modified | +3 −0 |