Update of /cvsroot/netrek/server/Vanilla/robots In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6880/robots Modified Files: basep.c inl.c mars.c marsmove.c newbie.c pret.c puck.c puckmove.c robotII.c Log Message: Index: mars.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/mars.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mars.c 28 Sep 2005 12:14:05 -0000 1.2 +++ mars.c 22 Apr 2006 02:16:46 -0000 1.3 @@ -13,6 +13,7 @@ #include "copyright.h" #include <stdio.h> +#include <stdlib.h> #include <sys/types.h> #include <sys/time.h> #include <signal.h> Index: inl.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/inl.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- inl.c 10 Apr 2006 10:30:44 -0000 1.2 +++ inl.c 22 Apr 2006 02:16:46 -0000 1.3 @@ -26,6 +26,8 @@ #include <ctype.h> #include <time.h> #include <stdlib.h> +#include <unistd.h> +#include <math.h> #include "defs.h" #include "struct.h" #include "data.h" Index: robotII.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/robotII.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- robotII.c 21 Mar 2005 05:23:46 -0000 1.1 +++ robotII.c 22 Apr 2006 02:16:46 -0000 1.2 @@ -3,6 +3,7 @@ #include "copyright.h" #include <stdio.h> +#include <stdlib.h> #include <sys/types.h> #include <sys/time.h> #include <signal.h> Index: marsmove.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/marsmove.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- marsmove.c 21 Mar 2005 05:23:46 -0000 1.1 +++ marsmove.c 22 Apr 2006 02:16:46 -0000 1.2 @@ -24,6 +24,7 @@ #include "copyright.h" #include <stdio.h> +#include <stdlib.h> #include <signal.h> #include <math.h> #include <ctype.h> Index: puck.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/puck.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- puck.c 21 Mar 2005 10:17:18 -0000 1.2 +++ puck.c 22 Apr 2006 02:16:46 -0000 1.3 @@ -10,6 +10,7 @@ #include "copyright.h" #include <stdio.h> +#include <stdlib.h> #include <sys/types.h> #include <sys/time.h> #include <signal.h> Index: pret.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/pret.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- pret.c 21 Mar 2005 10:17:18 -0000 1.1 +++ pret.c 22 Apr 2006 02:16:46 -0000 1.2 @@ -8,6 +8,8 @@ #include <stdio.h> +#include <stdlib.h> +#include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/time.h> Index: newbie.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/newbie.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- newbie.c 27 Sep 2005 10:31:49 -0000 1.2 +++ newbie.c 22 Apr 2006 02:16:46 -0000 1.3 @@ -8,6 +8,8 @@ #include <stdio.h> +#include <stdlib.h> +#include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/time.h> Index: basep.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/basep.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- basep.c 21 Mar 2005 05:23:46 -0000 1.1 +++ basep.c 22 Apr 2006 02:16:46 -0000 1.2 @@ -8,6 +8,8 @@ #include <stdio.h> +#include <stdlib.h> +#include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/time.h> Index: puckmove.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robots/puckmove.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- puckmove.c 21 Mar 2005 10:17:18 -0000 1.2 +++ puckmove.c 22 Apr 2006 02:16:46 -0000 1.3 @@ -16,6 +16,7 @@ #include "copyright.h" #include <stdio.h> +#include <stdlib.h> #include <signal.h> #include <math.h> #include "defs.h"