diff options
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r-- | src/dmihelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h index 55a2843..8d07feb 100644 --- a/src/dmihelper.h +++ b/src/dmihelper.h @@ -53,6 +53,7 @@ #include <libxml/tree.h> #include "types.h" +#include "dmilog.h" #define MAXVAL 1024 @@ -120,6 +121,7 @@ typedef struct _options { char *python_xml_map; xmlNode *dmiversion_n; char *dumpfile; + Log_t *logdata; } options; #endif |