--- ray/src/px/aedimage.c 1991/11/12 16:05:36 2.1 +++ ray/src/px/aedimage.c 1992/10/02 16:21:47 2.3 @@ -13,6 +13,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include + #include #include @@ -97,7 +99,6 @@ FILE *fin; extern long ftell(); long scanpos[NROWS]; -extern double atof(); double exposure = 1.0; int wrong_fmt = 0; @@ -520,7 +521,6 @@ int offset[3]; picreadcm(map) /* do gamma correction */ colormap map; { - extern double pow(); register int i, val; for (i = 0; i < 256; i++) {