summaryrefslogtreecommitdiff
path: root/apps/plugins/alpine_cdc.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 12:41:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 12:41:09 +0000
commit6700ad8f206d0beba92e22680504ae6ba2b7d74c (patch)
tree1eba76a3a966d2a38e1819157917918b7721ff0b /apps/plugins/alpine_cdc.c
parent3fcfdffe88025a943f9c72f7b86363dc08edaecd (diff)
downloadrockbox-6700ad8f206d0beba92e22680504ae6ba2b7d74c.tar.gz
rockbox-6700ad8f206d0beba92e22680504ae6ba2b7d74c.zip
adapted to build on iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5784 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/alpine_cdc.c')
-rw-r--r--apps/plugins/alpine_cdc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/alpine_cdc.c b/apps/plugins/alpine_cdc.c
index dacc4a7dae..742e0bc6f5 100644
--- a/apps/plugins/alpine_cdc.c
+++ b/apps/plugins/alpine_cdc.c
@@ -30,6 +30,8 @@
30 * 30 *
31 ****************************************************************************/ 31 ****************************************************************************/
32 32
33#include "plugin.h"
34
33/* Only build for (correct) target */ 35/* Only build for (correct) target */
34#if !defined(SIMULATOR) && CONFIG_CPU==SH7034 && !defined(HAVE_MMC) 36#if !defined(SIMULATOR) && CONFIG_CPU==SH7034 && !defined(HAVE_MMC)
35 37
@@ -43,7 +45,6 @@
43 45
44/****************** imports ******************/ 46/****************** imports ******************/
45 47
46#include "plugin.h"
47#include "sh7034.h" 48#include "sh7034.h"
48#include "system.h" 49#include "system.h"
49 50