-/* $NetBSD: init.c,v 1.7 1997/10/11 01:53:28 lukem Exp $ */
+/* $NetBSD: init.c,v 1.8 1998/02/03 05:32:13 perry Exp $ */
/*-
* Copyright (c) 1993
#if 0
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
#else
-__RCSID("$NetBSD: init.c,v 1.7 1997/10/11 01:53:28 lukem Exp $");
+__RCSID("$NetBSD: init.c,v 1.8 1998/02/03 05:32:13 perry Exp $");
#endif
#endif /* not lint */
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
+#include <time.h>
#include <unistd.h>
+
#include "hdr.h"
#include "extern.h"
-/* $NetBSD: arithmetic.c,v 1.9 1997/10/15 08:53:24 is Exp $ */
+/* $NetBSD: arithmetic.c,v 1.10 1998/02/03 05:33:32 perry Exp $ */
/*
* Copyright (c) 1989, 1993
#if 0
static char sccsid[] = "@(#)arithmetic.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: arithmetic.c,v 1.9 1997/10/15 08:53:24 is Exp $");
+__RCSID("$NetBSD: arithmetic.c,v 1.10 1998/02/03 05:33:32 perry Exp $");
#endif
#endif /* not lint */
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <unistd.h>
int getrandom __P((int, int, int));
void intr __P((int));
-/* $NetBSD: extern.h,v 1.6 1997/10/11 02:07:18 lukem Exp $ */
+/* $NetBSD: extern.h,v 1.7 1998/02/03 05:39:25 perry Exp $ */
/*
* Copyright (c) 1983, 1993
* @(#)externs.h 8.1 (Berkeley) 5/31/93
*/
+#include <sys/time.h>
+
#include <ctype.h>
#include <err.h>
#include <pwd.h>
-/* $NetBSD: main.c,v 1.4 1997/10/10 13:36:04 lukem Exp $ */
+/* $NetBSD: main.c,v 1.5 1998/02/03 05:40:45 perry Exp $ */
/*
* Copyright (c) 1994
#if 0
static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: main.c,v 1.4 1997/10/10 13:36:04 lukem Exp $");
+__RCSID("$NetBSD: main.c,v 1.5 1998/02/03 05:40:45 perry Exp $");
#endif
#endif /* not lint */
#include <signal.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "gomoku.h"