diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-09 04:26:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-09 04:26:46 +0000 |
commit | 1a6847b5bc3e72997b47d0be0187a1585ad495f9 (patch) | |
tree | cf0d67dd68e0466a070a3748d42348d016865dea /src/systime.h | |
parent | 2d4130047f292d8b2a2d07ec58ba3bc4c52c4ffb (diff) | |
download | emacs-1a6847b5bc3e72997b47d0be0187a1585ad495f9.tar.gz |
[SCO]: Include time.h.
Diffstat (limited to 'src/systime.h')
-rw-r--r-- | src/systime.h | 4 |
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 |