diff options
Diffstat (limited to 'WWW/Library/Implementation/tcp.h')
-rw-r--r-- | WWW/Library/Implementation/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/tcp.h b/WWW/Library/Implementation/tcp.h index 54cb8b89..b4525416 100644 --- a/WWW/Library/Implementation/tcp.h +++ b/WWW/Library/Implementation/tcp.h @@ -59,6 +59,7 @@ typedef struct sockaddr_in SockA; /* See netinet/in.h */ #include <sys/types.h> #if defined(__DJGPP__) || defined(__BORLANDC__) +#undef HAVE_DIRENT_H #define HAVE_DIRENT_H #undef HAVE_SYS_FILIO_H #endif /* DJGPP or __BORLANDC__ */ |