--- gforth/Attic/ecvt.c 1995/04/14 18:56:54 1.5 +++ gforth/Attic/ecvt.c 1995/12/26 17:35:35 1.6 @@ -1,5 +1,6 @@ /* cheap ecvt replacement */ +#include "config.h" #include extern double floor(double); extern double pow10(double);