summaryrefslogtreecommitdiff
path: root/src/systime.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-09 04:26:46 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-09 04:26:46 +0000
commit62693cde0c60d6616453a5a42089ad9ce68f896c (patch)
treecf67d5e19e028d1e70854813b211968b7fd40966 /src/systime.h
parente00f17acec72fb191c61409625fc0564f3c67c97 (diff)
downloademacs-62693cde0c60d6616453a5a42089ad9ce68f896c.tar.gz
[SCO]: Include time.h.
Diffstat (limited to 'src/systime.h')
-rw-r--r--src/systime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systime.h b/src/systime.h
index 094aee2a249..165a9f43ed3 100644
--- a/src/systime.h
+++ b/src/systime.h
@@ -35,8 +35,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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