--- gforth/Attic/ecvt.c 1995/02/02 18:13:03 1.4 +++ gforth/Attic/ecvt.c 1995/04/14 18:56:54 1.5 @@ -1,6 +1,8 @@ /* cheap ecvt replacement */ #include +extern double floor(double); +extern double pow10(double); #define MAXCONV 0x40 char scratch[MAXCONV];