diff options
author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-12-09 19:14:31 +0000 |
---|---|---|
committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-12-09 19:14:31 +0000 |
commit | ec8ce3bfc20e359cc13b50af00272066ea7ee7c6 (patch) | |
tree | c7f96df07a8a6784e2ee3b504cea406f0d7d80cf | |
parent | 90ce8269033dd1f06a5054392f35e45e45a5c560 (diff) |
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15901 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 02c722f2ec..1b12011c9a 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -80,7 +80,10 @@ #include "color_picker.h" #include "buffering.h" #include "tagcache.h" + +#ifdef HAVE_ALBUMART #include "albumart.h" +#endif #ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" |