diff options
author | Jonathan Beck | 2008-10-25 16:11:27 +0200 |
---|---|---|
committer | Jonathan Beck | 2008-10-25 16:52:20 +0200 |
commit | 0b2cfd2c7c6211ff5902e48720c34067f238ce90 (patch) | |
tree | 9c30578b4288795e7589c959caa08f3547ca0b88 /src/initconf.c | |
parent | bbd813da84c1ff8484bbd3eb7f575775271424da (diff) | |
download | libimobiledevice-0b2cfd2c7c6211ff5902e48720c34067f238ce90.tar.gz libimobiledevice-0b2cfd2c7c6211ff5902e48720c34067f238ce90.tar.bz2 |
Handle debugging through utilitary functions
Diffstat (limited to 'src/initconf.c')
-rw-r--r-- | src/initconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/initconf.c b/src/initconf.c index c8c6e84..8aca2a6 100644 --- a/src/initconf.c +++ b/src/initconf.c @@ -26,9 +26,10 @@ #include <gnutls/x509.h> #include <glib.h> +#include "libiphone/libiphone.h" #include "userpref.h" #include "lockdown.h" - +#include "utils.h" /** Generates a 2048 byte key, split into a function so that it can be run in a * thread. |