summaryrefslogtreecommitdiff
path: root/xpp/utils/hexfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/utils/hexfile.h')
-rw-r--r--xpp/utils/hexfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/utils/hexfile.h b/xpp/utils/hexfile.h
index c7f5df0..4c6e689 100644
--- a/xpp/utils/hexfile.h
+++ b/xpp/utils/hexfile.h
@@ -101,6 +101,7 @@ struct hexdata {
unsigned int maxlines;
unsigned int last_line;
int got_eof;
+ char version_info[BUFSIZ];
struct hexline *lines[ZERO_SIZE];
};