summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk_meta.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk_meta.h b/include/perk/perk_meta.h
index a798426..909bd54 100644
--- a/include/perk/perk_meta.h
+++ b/include/perk/perk_meta.h
@@ -258,6 +258,7 @@ struct pe_meta_coff_symbol {
uint16_t cs_type;
unsigned char cs_storage_class;
unsigned char cs_num_of_aux_symbols;
+ const void * cs_aux_recs;
char cs_name_buf[24];
};