aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index a959c23c..3608c7a0 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -19,7 +19,9 @@
#define __SHELL_H__
#include <gtk/gtk.h>
-#include <loadgraph.h>
+
+#include "loadgraph.h"
+#include "help-viewer.h"
typedef struct _Shell Shell;
typedef struct _ShellTree ShellTree;
@@ -97,6 +99,7 @@ struct _Shell {
gchar *selected_module_name;
GKeyFile *hosts;
+ HelpViewer *help_viewer;
};
struct _ShellTree {