From dba1bf9dd513d8d2d0cc2d49395bdaabe2055635 Mon Sep 17 00:00:00 2001 From: Martin Vogel Date: Mon, 8 Apr 2002 17:23:10 +0000 Subject: [PATCH] *** empty log message *** --- harbour/contrib/libct/exponent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/contrib/libct/exponent.c b/harbour/contrib/libct/exponent.c index ee5f3f988b..6969b2734d 100644 --- a/harbour/contrib/libct/exponent.c +++ b/harbour/contrib/libct/exponent.c @@ -51,7 +51,7 @@ * */ -#include +#include "ct.h" /* undefine the following if you want to evaluate the mantissa and exponent from the doubles' bit representation */ /* #define CT_EXPONENT_MANTISSA_BIT 1 */