diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index 0c37ef71..287c94e3 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -6,7 +6,6 @@ // Copyright © 2016 tihmstar. All rights reserved. // -#include #include #include @@ -20,8 +19,13 @@ extern "C"{ #include "tsschecker.h" +#undef VERSION_COMMIT_SHA +#undef VERSION_COMMIT_COUNT }; +#include + + static struct option longopts[] = { { "apticket", required_argument, NULL, 't' }, { "baseband", required_argument, NULL, 'b' },