| commit | 2fc8b8749952144679b1f60ee8f9cfdd01d911a7 | [log] [tgz] |
|---|---|---|
| author | Jesus Cea <jcea@jcea.es> | Wed Apr 20 22:26:57 2011 +0200 |
| committer | Jesus Cea <jcea@jcea.es> | Wed Apr 20 22:26:57 2011 +0200 |
| tree | 854562cab8fa60edb13aa3709bade0be73a39944 | |
| parent | c3ab577f347b290e1af37e5bd7748e8d3f5c2589 [diff] [blame] |
Port 5b607cd8c71b (closes #11892)
diff --git a/Include/pyport.h b/Include/pyport.h index 13396a2..17a5379 100644 --- a/Include/pyport.h +++ b/Include/pyport.h
@@ -279,6 +279,10 @@ #include <stdlib.h> +#ifdef HAVE_IEEEFP_H +#include <ieeefp.h> /* needed for 'finite' declaration on some platforms */ +#endif + #include <math.h> /* Moved here from the math section, before extern "C" */ /********************************************