diff options
Diffstat (limited to 'kexec/kexec.c')
-rw-r--r-- | kexec/kexec.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kexec/kexec.c b/kexec/kexec.c index fe29dad..abc1cce 100644 --- a/kexec/kexec.c +++ b/kexec/kexec.c @@ -29,6 +29,9 @@ #include <unistd.h> #include <fcntl.h> #include <getopt.h> + +#include "config.h" + #ifdef HAVE_ZLIB_H #include <zlib.h> #endif @@ -718,7 +721,7 @@ static int my_exec(void) static void version(void) { - printf(PACKAGE " " VERSION " released " RELEASE_DATE "\n"); + printf(PACKAGE_STRING " released " PACKAGE_DATE "\n"); } void usage(void) |