--- ray/src/common/savqstr.c 2003/07/27 22:12:01 2.8 +++ ray/src/common/savqstr.c 2003/07/30 10:11:06 2.9 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: savqstr.c,v 2.8 2003/07/27 22:12:01 schorsch Exp $"; +static const char RCSid[] = "$Id: savqstr.c,v 2.9 2003/07/30 10:11:06 schorsch Exp $"; #endif /* * Save unshared strings. @@ -11,6 +11,7 @@ static const char RCSid[] = "$Id: savqstr.c,v 2.8 2003 #include +#include "rtio.h" #include "rterror.h"