diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/afc.c | 1 | ||||
-rw-r--r-- | src/afc.h | 1 | ||||
-rw-r--r-- | src/property_list_service.c | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,7 @@ #include "afc.h" #include "idevice.h" #include "debug.h" +#include "endianness.h" /** The maximum size an AFC data packet can be */ static const int MAXIMUM_PACKET_SIZE = (2 << 15); @@ -27,6 +27,7 @@ #endif #include "libimobiledevice/afc.h" +#include "endianness.h" #define AFC_MAGIC "CFA6LPAA" #define AFC_MAGIC_LEN (8) diff --git a/src/property_list_service.c b/src/property_list_service.c index 0df04c7..2a15be5 100644 --- a/src/property_list_service.c +++ b/src/property_list_service.c @@ -27,6 +27,7 @@ #include "property_list_service.h" #include "idevice.h" #include "debug.h" +#include "endianness.h" /** * Convert an idevice_error_t value to an property_list_service_error_t value. |