--- ray/src/px/pextrem.c 2003/06/05 19:29:34 2.6 +++ ray/src/px/pextrem.c 2003/07/03 22:41:44 2.8 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: pextrem.c,v 2.6 2003/06/05 19:29:34 schorsch Exp $"; +static const char RCSid[] = "$Id: pextrem.c,v 2.8 2003/07/03 22:41:44 schorsch Exp $"; #endif /* * Find extrema points in a Radiance picture. @@ -7,6 +7,7 @@ static const char RCSid[] = "$Id: pextrem.c,v 2.6 2003 #include #include +#include #include "platform.h" #include "color.h" @@ -54,7 +55,7 @@ char *argv[]; COLR *scan; COLR cmin, cmax; int xmin, ymin, xmax, ymax; - SET_DEFAULT_BINARY() + SET_DEFAULT_BINARY(); SET_FILE_BINARY(stdin); for (i = 1; i < argc; i++) /* get options */ if (!strcmp(argv[i], "-o"))