summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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