fixed code a bit for watt-32

This commit is contained in:
2014-10-19 13:59:44 +00:00
parent d9d75a5db5
commit 552bb7cc20
4 changed files with 45 additions and 37 deletions

View File

@ -46,6 +46,9 @@
#elif defined(__DOS__)
# include <errno.h>
# include <tcp.h> /* watt-32 */
# define select select_s
# define USE_SELECT
#else
# include <unistd.h>