added #define NEED_LROUNDF

This commit is contained in:
AJ Kelly
2007-01-03 04:51:45 +00:00
parent 78565952e6
commit 92e5ea3a9f
@@ -109,6 +109,7 @@ static inline int64_t llabs( int64_t i ) { return i >= 0? i: -i; }
#define NEED_TRUNCF #define NEED_TRUNCF
#define NEED_ROUNDF #define NEED_ROUNDF
#define NEED_STRTOF #define NEED_STRTOF
#define NEED_LROUNDF
#define MISSING_STDINT_H #define MISSING_STDINT_H
#endif #endif