--- ray/src/common/font.c 2003/11/14 17:22:06 2.17 +++ ray/src/common/font.c 2004/03/26 23:04:23 2.19 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: font.c,v 2.17 2003/11/14 17:22:06 schorsch Exp $"; +static const char RCSid[] = "$Id: font.c,v 2.19 2004/03/26 23:04:23 greg Exp $"; #endif /* * Polygonal font handling routines @@ -7,6 +7,9 @@ static const char RCSid[] = "$Id: font.c,v 2.17 2003/1 #include "copyright.h" +#include + +#include "paths.h" #include "rtio.h" #include "rterror.h" #include "font.h"