diff options
| author | 2008-12-29 12:05:52 +0100 | |
|---|---|---|
| committer | 2009-01-02 09:55:08 -0800 | |
| commit | c2531f3f54e08dcd2828a6c82778aca2f47f0c5a (patch) | |
| tree | 940b4ec1192881c1473280d8c77f8e3ef56d6726 | |
| parent | 8c3a01e11bb9c74e2a1bb7da143cb35469f29fba (diff) | |
| download | libimobiledevice-c2531f3f54e08dcd2828a6c82778aca2f47f0c5a.tar.gz libimobiledevice-c2531f3f54e08dcd2828a6c82778aca2f47f0c5a.tar.bz2 | |
Add missing #include "utils.h"
| -rw-r--r-- | src/AFC.c | 1 | ||||
| -rw-r--r-- | src/lockdown.c | 1 | ||||
| -rw-r--r-- | src/usbmux.c | 1 |
3 files changed, 3 insertions, 0 deletions
| @@ -22,6 +22,7 @@ | |||
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | #include "AFC.h" | 23 | #include "AFC.h" |
| 24 | #include "plist.h" | 24 | #include "plist.h" |
| 25 | #include "utils.h" | ||
| 25 | 26 | ||
| 26 | 27 | ||
| 27 | // This is the maximum size an AFC data packet can be | 28 | // This is the maximum size an AFC data packet can be |
diff --git a/src/lockdown.c b/src/lockdown.c index 65cbf90..80d3937 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include "usbmux.h" | 22 | #include "usbmux.h" |
| 23 | #include "utils.h" | ||
| 23 | #include "iphone.h" | 24 | #include "iphone.h" |
| 24 | #include "lockdown.h" | 25 | #include "lockdown.h" |
| 25 | #include "userpref.h" | 26 | #include "userpref.h" |
diff --git a/src/usbmux.c b/src/usbmux.c index 2114758..9fb75ef 100644 --- a/src/usbmux.c +++ b/src/usbmux.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <string.h> | 26 | #include <string.h> |
| 27 | 27 | ||
| 28 | #include "usbmux.h" | 28 | #include "usbmux.h" |
| 29 | #include "utils.h" | ||
| 29 | 30 | ||
| 30 | static iphone_umux_client_t *connlist = NULL; | 31 | static iphone_umux_client_t *connlist = NULL; |
| 31 | static int clients = 0; | 32 | static int clients = 0; |
