diff options
author | 2021-09-01 15:48:32 +0200 | |
---|---|---|
committer | 2021-09-01 15:48:32 +0200 | |
commit | ce7609375646cfb1e7d490579e172c37c74a0589 (patch) | |
tree | 0e0855e3c3971fc831c1378c35169990fb21cb13 /common/userpref.c | |
parent | 24abbb9450c723617e10a6843978aa04a576523e (diff) | |
download | libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.gz libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.bz2 |
Remove common code in favor of new libimobiledevice-glue
Diffstat (limited to 'common/userpref.c')
-rw-r--r-- | common/userpref.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/userpref.c b/common/userpref.c index bf7e1bd..32904c7 100644 --- a/common/userpref.c +++ b/common/userpref.c | |||
@@ -73,9 +73,10 @@ | |||
73 | #include <shlobj.h> | 73 | #include <shlobj.h> |
74 | #endif | 74 | #endif |
75 | 75 | ||
76 | #include <libimobiledevice-glue/utils.h> | ||
77 | |||
76 | #include "userpref.h" | 78 | #include "userpref.h" |
77 | #include "debug.h" | 79 | #include "debug.h" |
78 | #include "utils.h" | ||
79 | 80 | ||
80 | #if defined(HAVE_GNUTLS) | 81 | #if defined(HAVE_GNUTLS) |
81 | const ASN1_ARRAY_TYPE pkcs1_asn1_tab[] = { | 82 | const ASN1_ARRAY_TYPE pkcs1_asn1_tab[] = { |