From 5ffd0183a1eaf9e3002f3cf6cca84ffef9e10c6b Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Wed, 17 Jul 2002 15:33:53 +0000 Subject: [PATCH] * contrib/libct/ctmath.h * Conditional includes of math.h for DJGPP compiler --- harbour/contrib/libct/ctmath.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/harbour/contrib/libct/ctmath.h b/harbour/contrib/libct/ctmath.h index 8d13d99236..25180630ae 100644 --- a/harbour/contrib/libct/ctmath.h +++ b/harbour/contrib/libct/ctmath.h @@ -54,7 +54,11 @@ #ifndef _CTMATH_H #define _CTMATH_H +#ifdef __DJGPP__ +#include +#else #include +#endif #include #include