summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorDan Everton <dan@iocaine.org>2006-09-05 11:59:02 +0000
committerDan Everton <dan@iocaine.org>2006-09-05 11:59:02 +0000
commitd770cfa65fe5cb68ff7e45e635af3dcffe282cc5 (patch)
treefa8fb0ff98af2be1ffe74843845bc31ecfa7cdc1 /apps/settings.c
parentcf5f256a931479dbe0eed192caa0e7a425aafe19 (diff)
downloadrockbox-d770cfa65fe5cb68ff7e45e635af3dcffe282cc5.tar.gz
rockbox-d770cfa65fe5cb68ff7e45e635af3dcffe282cc5.zip
Fix the warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10889 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 778d99f4e9..8dcad6bae4 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -92,6 +92,10 @@ const char rec_base_directory[] = REC_BASE_DIR;
92#include "dsp.h" 92#include "dsp.h"
93#endif 93#endif
94 94
95#ifdef HAVE_WM8758
96#include "eq_menu.h"
97#endif
98
95#define CONFIG_BLOCK_VERSION 52 99#define CONFIG_BLOCK_VERSION 52
96#define CONFIG_BLOCK_SIZE 512 100#define CONFIG_BLOCK_SIZE 512
97#define RTC_BLOCK_SIZE 44 101#define RTC_BLOCK_SIZE 44