diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libimobiledevice/libimobiledevice.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h index a9d270b..897aa37 100644 --- a/include/libimobiledevice/libimobiledevice.h +++ b/include/libimobiledevice/libimobiledevice.h | |||
| @@ -31,10 +31,13 @@ extern "C" { | |||
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | #include <stdint.h> | 33 | #include <stdint.h> |
| 34 | #include <sys/types.h> | ||
| 35 | #include <sys/stat.h> | ||
| 36 | #include <plist/plist.h> | 34 | #include <plist/plist.h> |
| 37 | 35 | ||
| 36 | #if defined(_MSC_VER) | ||
| 37 | #include <basetsd.h> | ||
| 38 | typedef SSIZE_T ssize_t; | ||
| 39 | #endif | ||
| 40 | |||
| 38 | #ifndef LIBIMOBILEDEVICE_API | 41 | #ifndef LIBIMOBILEDEVICE_API |
| 39 | #ifdef LIBIMOBILEDEVICE_STATIC | 42 | #ifdef LIBIMOBILEDEVICE_STATIC |
| 40 | #define LIBIMOBILEDEVICE_API | 43 | #define LIBIMOBILEDEVICE_API |
