--- ray/src/common/getpath.c 2003/10/27 10:19:31 2.15 +++ 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.15 2003/10/27 10:19:31 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 @@ -12,8 +12,8 @@ static const char RCSid[] = "$Id: getpath.c,v 2.15 200 #include #include -#include "paths.h" #include "rtio.h" +#include "paths.h" #ifdef _WIN32