mirror of
https://github.com/python/cpython.git
synced 2025-09-15 13:16:12 +00:00
Fix compiler warning about finite() missing on Solaris.
This commit is contained in:
parent
85a896902c
commit
9fdfaaf9af
5 changed files with 15 additions and 3 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue