diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-02-04 12:07:09 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-02-04 12:07:09 -0500 |
commit | c8a4110f7fc51d0c90eff9cbfd351f2c0757154d (patch) | |
tree | 9141689b25e72693e1f625a88615313fc7490dbc /WWW/Library/Implementation/www_tcp.h | |
parent | b9e930ec26cc241a14705966d21ae0bf3559d8ef (diff) | |
download | lynx-snapshots-c8a4110f7fc51d0c90eff9cbfd351f2c0757154d.tar.gz |
snapshot of project "lynx", label v2-8-5rel_1
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r-- | WWW/Library/Implementation/www_tcp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index 513b9402..56f00cf7 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -169,7 +169,11 @@ IBM-PC running Windows NT */ #ifdef _WINDOWS + +#ifndef _WINDOWS_NSL #define _WINDOWS_NSL +#endif + #include <fcntl.h> /* For HTFile.c */ #include <sys\types.h> /* For HTFile.c */ #include <sys\stat.h> /* For HTFile.c */ |