* contrib/libct/ctmath.h
* Conditional includes of math.h for DJGPP compiler
This commit is contained in:
@@ -54,7 +54,11 @@
|
||||
#ifndef _CTMATH_H
|
||||
#define _CTMATH_H
|
||||
|
||||
#ifdef __DJGPP__
|
||||
#include <libm/math.h>
|
||||
#else
|
||||
#include <math.h>
|
||||
#endif
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user