--- ray/src/px/pcomb.c 1992/09/21 12:13:48 2.7 +++ ray/src/px/pcomb.c 1993/04/09 09:49:36 2.9 @@ -16,11 +16,13 @@ static char SCCSid[] = "$SunId$ LBL"; #include #endif +#include + #include #include "color.h" -#include "resolu.h" +#include "resolu.h" #include "calcomp.h" @@ -207,7 +209,7 @@ usage: eputs("Usage: "); eputs(argv[0]); eputs( -" [-w][-x xr][-y yr][-e expr][-f file] [ [-s f][-c r g b] pic ..]\n"); +" [-w][-x xr][-y yr][-e expr][-f file] [ [-o][-s f][-c r g b] pic ..]\n"); quit(1); } @@ -347,7 +349,6 @@ combine() /* combine pictures */ advance() /* read in data for next scanline */ { - extern double fabs(); int ytarget; register COLOR *st; register int i, j;