diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index 1421b94..4676b19 100644 --- a/src/common.h +++ b/src/common.h @@ -27,8 +27,7 @@ extern "C" { #endif #include <plist/plist.h> - -#include "libirecovery.h" +#include <libirecovery.h> #define info(...) printf(__VA_ARGS__) #define error(...) fprintf(stderr, __VA_ARGS__) |