diff options
| author | 2008-10-25 16:11:27 +0200 | |
|---|---|---|
| committer | 2008-10-25 16:52:20 +0200 | |
| commit | 0b2cfd2c7c6211ff5902e48720c34067f238ce90 (patch) | |
| tree | 9c30578b4288795e7589c959caa08f3547ca0b88 /include/libiphone | |
| parent | bbd813da84c1ff8484bbd3eb7f575775271424da (diff) | |
| download | libimobiledevice-0b2cfd2c7c6211ff5902e48720c34067f238ce90.tar.gz libimobiledevice-0b2cfd2c7c6211ff5902e48720c34067f238ce90.tar.bz2 | |
Handle debugging through utilitary functions
Diffstat (limited to 'include/libiphone')
| -rw-r--r-- | include/libiphone/libiphone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 1a62e9d..b3e3f95 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | extern "C" { | 26 | extern "C" { |
| 27 | #endif | 27 | #endif |
| 28 | 28 | ||
| 29 | #include <stdint.h> | ||
| 29 | #include <sys/types.h> | 30 | #include <sys/types.h> |
| 30 | #include <sys/stat.h> | 31 | #include <sys/stat.h> |
| 31 | 32 | ||
