--- ray/src/common/getlibpath.c 2003/02/25 02:47:21 2.3 +++ ray/src/common/getlibpath.c 2003/07/17 09:21:29 2.5 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: getlibpath.c,v 2.3 2003/02/25 02:47:21 greg Exp $"; +static const char RCSid[] = "$Id: getlibpath.c,v 2.5 2003/07/17 09:21:29 schorsch Exp $"; #endif /* * Return Radiance library search path @@ -11,11 +11,11 @@ static const char RCSid[] = "$Id: getlibpath.c,v 2.3 2 #include +#include "rtio.h" #include "paths.h" - char * -getlibpath() +getrlibpath() { static char *libpath = NULL;