forked from len0rd/rockbox
Oops #ifdef -> #if
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28296 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
65ee5eb5e7
commit
7f8b70f70c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
#include "yesno.h"
|
#include "yesno.h"
|
||||||
#include "viewport.h"
|
#include "viewport.h"
|
||||||
|
|
||||||
#ifdef CONFIG_TUNER
|
#if CONFIG_TUNER
|
||||||
#include "radio.h"
|
#include "radio.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue