diff options
author | Dave Brolley <brolley@redhat.com> | 2009-07-17 11:43:16 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-07-17 11:43:16 -0400 |
commit | 6c456acd35009630facd95cca91483a92aa50e9f (patch) | |
tree | 92f90c79d473d50eb42f103634df0167c1b63ab5 /loc2c-test.c | |
parent | 451535e8b0b1018a51206283d89d233d37ea8621 (diff) | |
parent | ea14cf671a7ad543ad4752b301883789ab86f70f (diff) | |
download | systemtap-steved-6c456acd35009630facd95cca91483a92aa50e9f.tar.gz systemtap-steved-6c456acd35009630facd95cca91483a92aa50e9f.tar.xz systemtap-steved-6c456acd35009630facd95cca91483a92aa50e9f.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'loc2c-test.c')
-rw-r--r-- | loc2c-test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loc2c-test.c b/loc2c-test.c index 0c992c76..7bfa6938 100644 --- a/loc2c-test.c +++ b/loc2c-test.c @@ -12,6 +12,9 @@ #include <locale.h> #include <argp.h> #include <elfutils/libdwfl.h> +#ifdef HAVE_ELFUTILS_VERSION_H +#include <elfutils/version.h> +#endif #include <dwarf.h> #include <obstack.h> #include <unistd.h> |