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

@ -8,6 +8,10 @@
#include "Python.h"
#include "structmember.h"
#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
#endif
#ifndef WITHOUT_COMPLEX
/* Precisions used by repr() and str(), respectively.