summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index 8d61316..912387b 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -169,6 +169,7 @@ struct pe_image_meta {
union pe_raw_opt_hdr * r_opt;
struct pe_raw_sec_hdr * r_sectbl;
struct pe_raw_coff_symbol * r_symtbl;
+ struct pe_raw_base_reloc_blk ** r_reltbl;
struct pe_raw_export_hdr * r_edata;
struct pe_raw_import_hdr * r_idata;