diff options
-rw-r--r-- | common/userpref.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/userpref.c b/common/userpref.c index 32904c7..ddd380a 100644 --- a/common/userpref.c +++ b/common/userpref.c | |||
@@ -73,6 +73,10 @@ | |||
73 | #include <shlobj.h> | 73 | #include <shlobj.h> |
74 | #endif | 74 | #endif |
75 | 75 | ||
76 | #ifndef ETIMEDOUT | ||
77 | #define ETIMEDOUT 138 | ||
78 | #endif | ||
79 | |||
76 | #include <libimobiledevice-glue/utils.h> | 80 | #include <libimobiledevice-glue/utils.h> |
77 | 81 | ||
78 | #include "userpref.h" | 82 | #include "userpref.h" |