summaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c
index 7c5f338a9..d71a30470 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -49,7 +49,6 @@
#include <getopt.h>
#include "system.h"
-#include "version.h"
#include "long-options.h"
#include "error.h"
@@ -138,7 +137,7 @@ main (int argc, char **argv)
exit_status = 0;
- parse_long_options (argc, argv, "printf", version_string, usage);
+ parse_long_options (argc, argv, "printf", PACKAGE_VERSION, usage);
if (argc == 1)
{