changeset 2702:2910c8b63888

[SCO]: Include time.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 May 1993 04:26:46 +0000
parents 277a358b5204
children 8ea617fb9603
files src/systime.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/systime.h	Sun May 09 01:16:14 1993 +0000
+++ b/src/systime.h	Sun May 09 04:26:46 1993 +0000
@@ -35,8 +35,8 @@
 
 #endif
 
-/* AIX needs both <sys/time.h> and <time.h>.  */
-#ifdef _AIX
+/* AIX and SCO 3.2v4 need both <sys/time.h> and <time.h>.  */
+#if defined (_AIX) || defined (SCO)
 #include <time.h>
 #endif