summaryrefslogtreecommitdiffstats
path: root/atc
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 /atc
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 'atc')
-rw-r--r--atc/include.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atc/include.h b/atc/include.h
index 0afa881b..e0c7ce10 100644
--- a/atc/include.h
+++ b/atc/include.h
@@ -1,4 +1,4 @@
-/* $NetBSD: include.h,v 1.6 1997/10/10 02:07:14 lukem Exp $ */
+/* $NetBSD: include.h,v 1.7 2001/08/29 18:23:44 jsm Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -66,6 +66,7 @@
#include <stdlib.h>
#include <string.h>
#include <termios.h>
+#include <time.h>
#include <unistd.h>
#include "def.h"