--- ray/src/px/ra_rgbe.c 2003/06/05 19:29:34 2.12 +++ ray/src/px/ra_rgbe.c 2003/10/27 10:24:51 2.14 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: ra_rgbe.c,v 2.12 2003/06/05 19:29:34 schorsch Exp $"; +static const char RCSid[] = "$Id: ra_rgbe.c,v 2.14 2003/10/27 10:24:51 schorsch Exp $"; #endif /* * program to convert from RADIANCE RLE to flat format @@ -8,8 +8,10 @@ static const char RCSid[] = "$Id: ra_rgbe.c,v 2.12 200 #include #include #include +#include #include "platform.h" +#include "rtprocess.h" #include "color.h" #include "resolu.h"