--- ray/src/px/ra_rgbe.c 2003/07/03 22:41:44 2.13 +++ 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.13 2003/07/03 22:41:44 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 @@ -11,6 +11,7 @@ static const char RCSid[] = "$Id: ra_rgbe.c,v 2.13 200 #include #include "platform.h" +#include "rtprocess.h" #include "color.h" #include "resolu.h"