summaryrefslogtreecommitdiffstats
path: root/common/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/socket.c')
-rw-r--r--common/socket.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/socket.c b/common/socket.c
index 0ee8105..777b23e 100644
--- a/common/socket.c
+++ b/common/socket.c
@@ -52,6 +52,9 @@ static int wsa_init = 0;
52#ifndef ECONNRESET 52#ifndef ECONNRESET
53#define ECONNRESET 108 53#define ECONNRESET 108
54#endif 54#endif
55#ifndef ETIMEDOUT
56#define ETIMEDOUT 138
57#endif
55 58
56static int verbose = 0; 59static int verbose = 0;
57 60