* source/rtl/math.c

+ Add declaration for _LIB_VERSION_TYPE (DJGPP compiler)
This commit is contained in:
Walter Negro
2002-07-17 15:23:58 +00:00
parent c165868fbf
commit fca66a51b8

View File

@@ -57,6 +57,7 @@
#if defined(__DJGPP__)
#include <libm/math.h>
_LIB_VERSION_TYPE _LIB_VERSION = _XOPEN_;
#else
#include <math.h>
#endif