--- ray/src/util/ranimove.c 2003/02/25 02:47:24 3.2 +++ ray/src/util/ranimove.c 2003/06/26 00:58:11 3.4 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: ranimove.c,v 3.2 2003/02/25 02:47:24 greg Exp $"; +static const char RCSid[] = "$Id"; #endif /* * Radiance object animation program @@ -12,7 +12,10 @@ static const char RCSid[] = "$Id: ranimove.c,v 3.2 200 #include "copyright.h" #include "ranimove.h" -#include +#include +#ifndef _WIN32 + #include +#endif #include int NVARS = NV_INIT; /* total number of variables */