diff --git a/mach/proto/cg/fillem.c b/mach/proto/cg/fillem.c index 23c15c66f..25caeb513 100644 --- a/mach/proto/cg/fillem.c +++ b/mach/proto/cg/fillem.c @@ -85,6 +85,7 @@ int regallowed=0; extern char em_flag[]; extern short em_ptyp[]; extern double atof(); +extern void con_float(void); /* Own version of atol that continues computing on overflow. We don't know that about the ANSI C one.