--- ray/src/cal/ev.c 2003/02/22 02:07:20 1.1 +++ ray/src/cal/ev.c 2003/06/08 12:03:09 1.2 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: ev.c,v 1.1 2003/02/22 02:07:20 greg Exp $"; +static const char RCSid[] = "$Id: ev.c,v 1.2 2003/06/08 12:03:09 schorsch Exp $"; #endif /* * ev.c - program to evaluate expression arguments @@ -7,6 +7,7 @@ static const char RCSid[] = "$Id: ev.c,v 1.1 2003/02/2 * 1/29/87 */ +#include #include #include "calcomp.h"