diff options
author | 2022-03-29 09:40:54 +0200 | |
---|---|---|
committer | 2022-03-29 09:40:54 +0200 | |
commit | 8bfa46bdf404af39d32b7cba8f0102b46a6a43e0 (patch) | |
tree | 8154b42aa5f4d020e8cd131772e80409518673e2 /common | |
parent | a39c960464e4e1a5952fb617cb557ad9f3f6471d (diff) | |
download | libimobiledevice-8bfa46bdf404af39d32b7cba8f0102b46a6a43e0.tar.gz libimobiledevice-8bfa46bdf404af39d32b7cba8f0102b46a6a43e0.tar.bz2 |
common: Make sure ETIMEDOUT is defined
Diffstat (limited to 'common')
-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" |