diff options
author | Ulf Hermann <ulf.hermann@qt.io> | 2017-02-16 12:32:02 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2017-02-17 10:55:28 +0100 |
commit | e22cc80923f94e54c9384421904461958899db5b (patch) | |
tree | 944b0153b16386401f56572375440e15199bc2fc /src/ranlib.c | |
parent | b3248e684cedf66239710a5f16a6b45294f183bc (diff) | |
download | elfutils-e22cc80923f94e54c9384421904461958899db5b.tar.gz |
Move print_version into printversion.{h|c}
Rename version.c so that the implementation is called after the header
and the header doesn't clash with the toplevel version.h. print_version
depends on argp and is only used in the tools.
Signed-off-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/ranlib.c')
-rw-r--r-- | src/ranlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ranlib.c b/src/ranlib.c index 41a3bcf2..cc0ee233 100644 --- a/src/ranlib.c +++ b/src/ranlib.c @@ -38,6 +38,7 @@ #include <sys/stat.h> #include <system.h> +#include <printversion.h> #include "arlib.h" |