summaryrefslogtreecommitdiffstats
path: root/src/idevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevice.c')
-rw-r--r--src/idevice.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/idevice.c b/src/idevice.c
index 31a8d3a..6b6a716 100644
--- a/src/idevice.c
+++ b/src/idevice.c
@@ -48,6 +48,10 @@
#include <windows.h>
#endif
+#ifndef ETIMEDOUT
+#define ETIMEDOUT 138
+#endif
+
#ifdef HAVE_OPENSSL
#if OPENSSL_VERSION_NUMBER < 0x10100000L || \