diff options
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. |