summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-27 07:00:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-27 07:00:48 +0000
commit63ab180d3ce28218cb505a78ff886fcb23c62680 (patch)
tree5b65e1f128087ef9c12c91b3c395bf442c06adf9
parentc012eb6cc23467cb461375e8658ff1530c293ded (diff)
downloadrockbox-63ab180d3ce28218cb505a78ff886fcb23c62680.tar.gz
rockbox-63ab180d3ce28218cb505a78ff886fcb23c62680.zip
include config.h early to make all ifdefs work fine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@721 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/sound_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 39f395cb8f..f6908a503f 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -16,6 +16,7 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#include "config.h"
19#include <stdio.h> 20#include <stdio.h>
20#include <stdbool.h> 21#include <stdbool.h>
21#include "lcd.h" 22#include "lcd.h"