summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index 587a4ea..065ecbf 100644
--- a/system.h
+++ b/system.h
@@ -50,6 +50,7 @@ struct system_header {
struct system_media {
void *buffer;
+ char *name;
char *extension;
system_media *chain;
uint32_t size;