summaryrefslogtreecommitdiff
path: root/setup_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup_menu.h')
-rw-r--r--setup_menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup_menu.h b/setup_menu.h
index 53d7996..4e12ac2 100644
--- a/setup_menu.h
+++ b/setup_menu.h
@@ -8,6 +8,7 @@
#ifndef __EPGFIXER_SETUP_MENU_H
#define __EPGFIXER_SETUP_MENU_H
+#include <vdr/menu.h>
#include <vdr/menuitems.h>
#include "config.h"
@@ -15,6 +16,7 @@ class cMenuSetupEpgfixer : public cMenuSetupPage
{
private:
cEpgfixerSetup newconfig;
+ cVector<const char*> help;
protected:
virtual void Store(void);
void Set(void);