Fix compiler warning about finite() missing on Solaris.

This commit is contained in:
Neal Norwitz 2008-03-28 05:34:59 +00:00
parent 85a896902c
commit 9fdfaaf9af
5 changed files with 15 additions and 3 deletions

View file

@ -10,6 +10,10 @@
#include <ctype.h>
#include <float.h>
#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
#endif
#include "formatter_string.h"
#if !defined(__STDC__)