diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 07:00:48 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 07:00:48 +0000 |
| commit | 63ab180d3ce28218cb505a78ff886fcb23c62680 (patch) | |
| tree | 5b65e1f128087ef9c12c91b3c395bf442c06adf9 | |
| parent | c012eb6cc23467cb461375e8658ff1530c293ded (diff) | |
| download | rockbox-63ab180d3ce28218cb505a78ff886fcb23c62680.zip rockbox-63ab180d3ce28218cb505a78ff886fcb23c62680.tar.gz rockbox-63ab180d3ce28218cb505a78ff886fcb23c62680.tar.bz2 rockbox-63ab180d3ce28218cb505a78ff886fcb23c62680.tar.xz | |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c index 39f395c..f6908a5 100644 --- a/apps/sound_menu.c +++ b/apps/sound_menu.c @@ -16,6 +16,7 @@ * KIND, either express or implied. * ****************************************************************************/ +#include "config.h" #include <stdio.h> #include <stdbool.h> #include "lcd.h" |