From c53602cf09a9dec0b82e0f2cfd46616cf7b4ccff Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 1 Sep 2021 15:57:09 +0200 Subject: Remove common code in favor of libimobiledevice-glue --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 3a4c069..40112dc 100644 --- a/src/common.h +++ b/src/common.h @@ -37,9 +37,9 @@ extern "C" { #include #include +#include #include "idevicerestore.h" -#include "thread.h" #define _MODE_UNKNOWN 0 #define _MODE_WTF 1 -- cgit v1.1-32-gdbae