diff options
| author | 2025-06-07 12:45:54 +0200 | |
|---|---|---|
| committer | 2025-06-07 12:45:54 +0200 | |
| commit | 58baf028aef525e337325c0866b5606f2e3b815c (patch) | |
| tree | 5177c7557c51334d65598c1813025cbefab47934 /tools | |
| parent | f1e99c07253e80fe9f1941031d5fb91f329c1a1d (diff) | |
| download | libimobiledevice-58baf028aef525e337325c0866b5606f2e3b815c.tar.gz libimobiledevice-58baf028aef525e337325c0866b5606f2e3b815c.tar.bz2 | |
ideviceprovision: [Windows] Add missing include
Thanks to @ZeroKwok for reporting.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ideviceprovision.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ideviceprovision.c b/tools/ideviceprovision.c index a8df02b..94f4ec5 100644 --- a/tools/ideviceprovision.c +++ b/tools/ideviceprovision.c | |||
| @@ -37,6 +37,7 @@ | |||
| 37 | #endif | 37 | #endif |
| 38 | 38 | ||
| 39 | #ifdef _WIN32 | 39 | #ifdef _WIN32 |
| 40 | #include <winsock2.h> | ||
| 40 | #include <windows.h> | 41 | #include <windows.h> |
| 41 | #else | 42 | #else |
| 42 | #include <arpa/inet.h> | 43 | #include <arpa/inet.h> |
