diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2002-01-06 20:12:10 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2002-01-06 20:12:10 -0500 |
commit | 8df98234eab86f6b1027425f4b57cb6d4ca471ca (patch) | |
tree | 25a1c4a9808f0f7aba448259fbc7f55f0e1e31c7 /WWW/Library/Implementation/www_tcp.h | |
parent | d83d4af153de5a3cfacc4ce014183fd36e0cd920 (diff) | |
download | lynx-snapshots-8df98234eab86f6b1027425f4b57cb6d4ca471ca.tar.gz |
snapshot of project "lynx", label v2-8-5dev_7
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 05aa61e8..1a6844b5 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -192,6 +192,10 @@ extern int ws_netread(int fd, char *buf, int len); #include <errno.h> #include <direct.h> +#ifndef pid_t +typedef int pid_t; +#endif /* !pid_t */ + #ifdef USE_WINSOCK2_H #include <winsock2.h> /* normally included in windows.h */ |