From e4332ed20a6fa428cc4e9029eefb61e735715f42 Mon Sep 17 00:00:00 2001 From: tihmstar Date: Sun, 3 Nov 2019 15:29:10 +0100 Subject: [PATCH] fixed version display --- futurerestore/main.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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' },