Fix build with MacOS.sdk 15.4

This commit is contained in:
Oleg.Korshul
2025-04-07 14:51:15 +03:00
parent be5627ba60
commit c84f2a11d5
3 changed files with 3 additions and 2 deletions

View File

@ -332,6 +332,7 @@
* DBL_MAX Maximum floating point number (can be set to an arbitrary value)
*/
# include <float.h>
# include <math.h>
# if (defined(__MWERKS__) && defined(macintosh)) || defined(applec) || \
defined(THINK_C) || defined(__SC__) || defined(TARGET_OS_MAC)