# HG changeset patch # User Richard M. Stallman # Date 736921606 0 # Node ID 2910c8b63888178c43540ac923ac0342052745de # Parent 277a358b520408148d4556a95c0301e8349002a7 [SCO]: Include time.h. diff -r 277a358b5204 -r 2910c8b63888 src/systime.h --- 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 and . */ -#ifdef _AIX +/* AIX and SCO 3.2v4 need both and . */ +#if defined (_AIX) || defined (SCO) #include #endif