summaryrefslogtreecommitdiffstats
path: root/apps/eq_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/eq_menu.h')
-rw-r--r--apps/eq_menu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/eq_menu.h b/apps/eq_menu.h
index a22c1e51b8..928a97238a 100644
--- a/apps/eq_menu.h
+++ b/apps/eq_menu.h
@@ -20,9 +20,13 @@
#define _EQ_MENU_H
#include "menu.h"
+#include "config.h"
bool eq_browse_presets(void);
bool eq_menu_graphical(void);
bool eq_menu(void);
+#ifdef HAVE_WM8758
+bool eq_hw_menu(void);
+#endif
#endif