summaryrefslogtreecommitdiffstats
path: root/src/recovery.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-05-23 23:22:06 +0200
committerGravatar Nikias Bassen2024-05-23 23:37:51 +0200
commit04a3f49132522f514ef36117dd908990e278dbbc (patch)
treef9f757c72038bdd06555167fd5e0d81919dc8ee5 /src/recovery.c
parent56d2c01505479b85e9aeddf58cd4237bf4242c2c (diff)
downloadidevicerestore-04a3f49132522f514ef36117dd908990e278dbbc.tar.gz
idevicerestore-04a3f49132522f514ef36117dd908990e278dbbc.tar.bz2
Link against the new libtatsu and remove tss code
Diffstat (limited to 'src/recovery.c')
-rw-r--r--src/recovery.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/recovery.c b/src/recovery.c
index e3fb4d1..afda4a9 100644
--- a/src/recovery.c
+++ b/src/recovery.c
@@ -29,8 +29,9 @@
#include <libimobiledevice/restore.h>
#include <libimobiledevice/libimobiledevice.h>
+#include <libtatsu/tss.h>
+
#include "idevicerestore.h"
-#include "tss.h"
#include "img3.h"
#include "restore.h"
#include "recovery.h"