diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index 6d64f95..8d61316 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -157,6 +157,7 @@ struct pe_meta_stats { int32_t t_ndsolibs; int32_t t_ndsosyms; int32_t t_nsymbols; + int32_t t_nrelblks; int32_t t_nrelocs; }; |