diff options
| -rw-r--r-- | src/idevice.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/idevice.c b/src/idevice.c index 64769d2..f984ff4 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
| @@ -60,10 +60,14 @@ | |||
| 60 | #include <windows.h> | 60 | #include <windows.h> |
| 61 | #endif | 61 | #endif |
| 62 | 62 | ||
| 63 | #ifndef ECONNREFUSED | ||
| 64 | #define ECONNREFUSED 107 | ||
| 65 | #endif | ||
| 63 | #ifndef ETIMEDOUT | 66 | #ifndef ETIMEDOUT |
| 64 | #define ETIMEDOUT 138 | 67 | #define ETIMEDOUT 138 |
| 65 | #endif | 68 | #endif |
| 66 | 69 | ||
| 70 | |||
| 67 | #ifdef HAVE_OPENSSL | 71 | #ifdef HAVE_OPENSSL |
| 68 | 72 | ||
| 69 | #if OPENSSL_VERSION_NUMBER < 0x10100000L || \ | 73 | #if OPENSSL_VERSION_NUMBER < 0x10100000L || \ |
