--- ray/src/common/getpath.c 2003/11/14 17:22:06 2.16 +++ ray/src/common/getpath.c 2004/02/12 18:55:50 2.17 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: getpath.c,v 2.16 2003/11/14 17:22:06 schorsch Exp $"; +static const char RCSid[] = "$Id: getpath.c,v 2.17 2004/02/12 18:55:50 greg Exp $"; #endif /* * getpath.c - function to search for file in a list of directories @@ -13,6 +13,7 @@ static const char RCSid[] = "$Id: getpath.c,v 2.16 200 #include #include "rtio.h" +#include "paths.h" #ifdef _WIN32