summaryrefslogtreecommitdiffstats
path: root/sail/main.c
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2001-08-29 18:23:44 +0000
committerjsm <jsm@NetBSD.org>2001-08-29 18:23:44 +0000
commit0844b02eba6f45290cab8514cb0cba2a23f97829 (patch)
tree4c1740b9c9abd7283209a48004a686a9caf28902 /sail/main.c
parente340c0bc1403b003dd50c47495ccd20e821329c7 (diff)
downloadbsdgames-darwin-0844b02eba6f45290cab8514cb0cba2a23f97829.tar.gz
bsdgames-darwin-0844b02eba6f45290cab8514cb0cba2a23f97829.tar.zst
bsdgames-darwin-0844b02eba6f45290cab8514cb0cba2a23f97829.zip
Include <time.h> for declarations the Single Unix Specification says
are there but not in <sys/time.h>.
Diffstat (limited to 'sail/main.c')
-rw-r--r--sail/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sail/main.c b/sail/main.c
index e824acd7..9161e568 100644
--- a/sail/main.c
+++ b/sail/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.19 2001/01/04 03:51:24 jwise Exp $ */
+/* $NetBSD: main.c,v 1.20 2001/08/29 18:23:44 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: main.c,v 1.19 2001/01/04 03:51:24 jwise Exp $");
+__RCSID("$NetBSD: main.c,v 1.20 2001/08/29 18:23:44 jsm Exp $");
#endif
#endif /* not lint */
@@ -52,6 +52,7 @@ __RCSID("$NetBSD: main.c,v 1.19 2001/01/04 03:51:24 jwise Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "extern.h"
#include "restart.h"