--- ray/src/common/caldefn.c 2003/07/27 22:12:01 2.20 +++ ray/src/common/caldefn.c 2008/05/01 16:42:05 2.23 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: caldefn.c,v 2.20 2003/07/27 22:12:01 schorsch Exp $"; +static const char RCSid[] = "$Id: caldefn.c,v 2.23 2008/05/01 16:42:05 greg Exp $"; #endif /* * Store variable definitions. @@ -32,6 +32,8 @@ static const char RCSid[] = "$Id: caldefn.c,v 2.20 200 #include #include "rterror.h" +#include "rtio.h" +#include "rtmisc.h" #include "calcomp.h" #ifndef NHASH @@ -645,7 +647,7 @@ getdefn(void) if (ep1->type == SYM && ep1->sibling->type != NUM) { ep1 = newnode(); - ep1->type = TICK; + ep1->type = CLKT; ep1->v.tick = 0; addekid(ep2, ep1); ep1 = newnode();