diff options
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index 778d99f..8dcad6b 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -92,6 +92,10 @@ const char rec_base_directory[] = REC_BASE_DIR; #include "dsp.h" #endif +#ifdef HAVE_WM8758 +#include "eq_menu.h" +#endif + #define CONFIG_BLOCK_VERSION 52 #define CONFIG_BLOCK_SIZE 512 #define RTC_BLOCK_SIZE 44 |