diff options
Diffstat (limited to 'WWW/Library/Implementation/tcp.h')
-rw-r--r-- | WWW/Library/Implementation/tcp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/tcp.h b/WWW/Library/Implementation/tcp.h index e94bc0eb..d8c723fe 100644 --- a/WWW/Library/Implementation/tcp.h +++ b/WWW/Library/Implementation/tcp.h @@ -65,6 +65,7 @@ typedef struct sockaddr_in SockA; /* See netinet/in.h */ #define STDIO_H #endif /* !STDIO_H */ +#ifndef VMS #include <sys/types.h> #if HAVE_DIRENT_H @@ -84,7 +85,8 @@ typedef struct sockaddr_in SockA; /* See netinet/in.h */ # if HAVE_NDIR_H # include <ndir.h> # endif -#endif +#endif /* HAVE_DIRENT_H */ +#endif /* !VMS */ #if TIME_WITH_SYS_TIME # include <sys/time.h> |