diff --git a/cde/programs/dtcalc/calctool.h b/cde/programs/dtcalc/calctool.h index b9ed6065a..5978a40b3 100644 --- a/cde/programs/dtcalc/calctool.h +++ b/cde/programs/dtcalc/calctool.h @@ -32,6 +32,8 @@ * (c) Copyright 1993, 1994 Novell, Inc. * */ +#include + #include #include #include
@@ -93,7 +95,7 @@ extern char *_DtGetMessage(char *filename, int set, int n, char *s); #define PLOSS 6 #endif #ifndef HUGE -#define HUGE MAXFLOAT +#define HUGE FLT_MAX #endif #endif /* sun */