From b1b534d46e61603b46a89ead3891c1f860be2625 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 5 Mar 2009 05:55:00 +0000 Subject: Use autoconf variables in code --- src/getht.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/getht.c') diff --git a/src/getht.c b/src/getht.c index 63ba956..f18d390 100644 --- a/src/getht.c +++ b/src/getht.c @@ -18,6 +18,7 @@ * */ +#include #include #include #include @@ -26,7 +27,6 @@ #include #include -#include "version.h" #include "issue.h" #include "getht.h" @@ -133,7 +133,7 @@ int main(int argc, char *argv[]) option = 1; break; case 'V': - printf("GetHT version: %s\n",VERSION); + printf("GetHT version: %s\n",PACKAGE_VERSION); option = 1; return 0; break; -- cgit v1.2.3