From 04a3f49132522f514ef36117dd908990e278dbbc Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 23 May 2024 23:22:06 +0200 Subject: Link against the new libtatsu and remove tss code --- src/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/restore.c') diff --git a/src/restore.c b/src/restore.c index 050ee3b..efb03f9 100644 --- a/src/restore.c +++ b/src/restore.c @@ -38,6 +38,7 @@ #endif #include #include +#include #include "idevicerestore.h" #include "asr.h" @@ -45,7 +46,6 @@ #include "fls.h" #include "mbn.h" #include "ftab.h" -#include "tss.h" #include "ipsw.h" #include "restore.h" #include "common.h" -- cgit v1.1-32-gdbae