diff options
author | Martin Szulecki | 2009-07-25 01:08:41 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-07-25 01:08:41 +0200 |
commit | 028646335acca403cc8a601d77c2272e077445e0 (patch) | |
tree | 2cfd5f8ef1f1168b44b2bc61b5a058700568612a /src/utils.c | |
parent | e2372b2f7f8f9017c9f90a7ed4d01997fb9ba464 (diff) | |
download | libimobiledevice-028646335acca403cc8a601d77c2272e077445e0.tar.gz libimobiledevice-028646335acca403cc8a601d77c2272e077445e0.tar.bz2 |
Fix includes of utils
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.c b/src/utils.c index 6535a07..3c08351 100644 --- a/src/utils.c +++ b/src/utils.c @@ -20,7 +20,10 @@ */ #include <stdarg.h> #include <stdio.h> +#include <stdint.h> + #include "utils.h" +#include "libiphone/libiphone.h" int toto_debug = 0; uint16_t dbg_mask = 0; |