diff options
-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> |