From ce7609375646cfb1e7d490579e172c37c74a0589 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 1 Sep 2021 15:48:32 +0200 Subject: Remove common code in favor of new libimobiledevice-glue --- common/userpref.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/userpref.c') 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 @@ #include #endif +#include + #include "userpref.h" #include "debug.h" -#include "utils.h" #if defined(HAVE_GNUTLS) const ASN1_ARRAY_TYPE pkcs1_asn1_tab[] = { -- cgit v1.1-32-gdbae