Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
h to auxv.h because windows
  • Loading branch information
peadar committed Nov 11, 2024
1 parent 3215a4e commit 7e72585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.cc
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Process::getDwarf(Elf::Object::sptr elf) const
const char *
auxtype2str(int auxtype) {
#define AUX_TYPE(t, v) if (auxtype == t) return #t;
#include "libpstack/elf/aux.h"
#include "libpstack/elf/auxv.h"
return "unknown type";
#undef AUX_TYPE
}
Expand Down

0 comments on commit 7e72585

Please sign in to comment.