--- ray/src/hd/rholo2l.c 1997/10/31 11:44:09 3.2 +++ ray/src/hd/rholo2l.c 1997/10/31 15:49:41 3.3 @@ -10,6 +10,7 @@ static char SCCSid[] = "$SunId$ SGI"; #include "rholo.h" #include "random.h" +#include "selcall.h" #include #include @@ -218,7 +219,7 @@ int poll; } return(pldone); /* return finished packets */ eoferr: - error(USER, "unexpected EOF from rtrace process"); + error(USER, "rtrace process died"); }