diff options
Diffstat (limited to 'WWW/Library/Implementation/tcp.h')
-rw-r--r-- | WWW/Library/Implementation/tcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/tcp.h b/WWW/Library/Implementation/tcp.h index d4b00b38..99b63224 100644 --- a/WWW/Library/Implementation/tcp.h +++ b/WWW/Library/Implementation/tcp.h @@ -455,9 +455,9 @@ Regular BSD unix versions #include <sys/timeb.h> #include <time.h> #endif /* SCO */ -#ifdef AIX +#if defined(AIX) || defined(SVR4) #include <time.h> -#endif /* AIX */ +#endif /* AIX || SVR4 */ #include <sys/time.h> /* independent */ #include <sys/stat.h> #include <sys/param.h> |