Date: Wednesday October 10, 2001 @ 2:36 Author: cameron Update of /home/netrek/cvsroot/Vanilla/xsg In directory swashbuckler:/var/tmp/cvs-serv31961/xsg Modified Files: redraw.c Log Message: PROJECTS update. release procedure update, struct.h documentation, remove ipc.h from some source files, fix some perror calls, fix xsg/redraw time.h **************************************** Index: Vanilla/xsg/redraw.c diff -u Vanilla/xsg/redraw.c:1.1 Vanilla/xsg/redraw.c:1.2 --- Vanilla/xsg/redraw.c:1.1 Wed Nov 11 20:44:55 1998 +++ Vanilla/xsg/redraw.c Wed Oct 10 02:36:52 2001 @@ -6,6 +6,7 @@ #include <stdio.h> #include <signal.h> #include <math.h> +#include <time.h> #include <sys/types.h> #include <sys/time.h> #include <sys/timeb.h>