diff options
| author | 2011-09-14 02:26:51 +0200 | |
|---|---|---|
| committer | 2012-03-19 01:43:21 +0100 | |
| commit | 294cf69b256419e407b1eac04634752412ee7756 (patch) | |
| tree | aad873d07fca6e69547aa2609a645531fab44ddd /tools/idevicesyslog.c | |
| parent | abf7eaa91e2ece0f461c71d3dcc0b2900c199209 (diff) | |
| download | libimobiledevice-294cf69b256419e407b1eac04634752412ee7756.tar.gz libimobiledevice-294cf69b256419e407b1eac04634752412ee7756.tar.bz2 | |
New file for be*/le* macros plus check for endian.h presence
Diffstat (limited to 'tools/idevicesyslog.c')
| -rw-r--r-- | tools/idevicesyslog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index 05e614f..d306bfc 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | #include <libimobiledevice/libimobiledevice.h> | 28 | #include <libimobiledevice/libimobiledevice.h> |
| 29 | #include <libimobiledevice/lockdown.h> | 29 | #include <libimobiledevice/lockdown.h> |
| 30 | #include <endianness.h> | ||
| 30 | 31 | ||
| 31 | static int quit_flag = 0; | 32 | static int quit_flag = 0; |
| 32 | 33 | ||
