diff options
author | 2012-07-17 01:08:05 +0200 | |
---|---|---|
committer | 2012-07-17 01:08:05 +0200 | |
commit | 0cfbb44fb4fb8b3df602da7a574d4311aae8aa15 (patch) | |
tree | 0c9a9d081dbe161ed4d0b1536c5ea3bea0794e12 /src/recovery.h | |
parent | 8e6134babc8cc520d136fb067c7ac6b9dd7c17d2 (diff) | |
download | idevicerestore-0cfbb44fb4fb8b3df602da7a574d4311aae8aa15.tar.gz idevicerestore-0cfbb44fb4fb8b3df602da7a574d4311aae8aa15.tar.bz2 |
remove src/libirecovery.* and use external shared library instead
Diffstat (limited to 'src/recovery.h')
-rw-r--r-- | src/recovery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recovery.h b/src/recovery.h index ecb8e8e..1917ae2 100644 --- a/src/recovery.h +++ b/src/recovery.h @@ -28,10 +28,10 @@ extern "C" { #include <stdint.h> #include <plist/plist.h> +#include <libirecovery.h> #include "common.h" -#include "libirecovery.h" //struct irecv_client; //typedef struct irecv_client* irecv_client_t; |