diff --git a/dump.cc b/dump.cc index 6c8c3e9..704cf63 100644 --- a/dump.cc +++ b/dump.cc @@ -681,7 +681,7 @@ operator <<(std::ostream &os, const JSON &a) switch (a.object.a_type) { #define AUX_TYPE(name, value) case value: writer.field("a_type", #name); break; -#include "libpstack/elf/aux.h" +#include "libpstack/elf/auxv.h" default: writer.field("a_type", a.object.a_type); break; #undef AUX_TYPE } diff --git a/libpstack/elf/aux.h b/libpstack/elf/auxv.h similarity index 100% rename from libpstack/elf/aux.h rename to libpstack/elf/auxv.h