diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-12-25 21:04:40 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-12-25 21:04:40 +0000 |
| commit | cf04cf39b85b054fe26cd7290b79e9583b13f495 (patch) | |
| tree | 40d6d8eecf8a5bed9dbf02074d896aeafac10c8c /apps/plugin.h | |
| parent | 7a7eca65edf1d9b86c75787dce60e08203a98d7a (diff) | |
| download | rockbox-cf04cf39b85b054fe26cd7290b79e9583b13f495.zip rockbox-cf04cf39b85b054fe26cd7290b79e9583b13f495.tar.gz rockbox-cf04cf39b85b054fe26cd7290b79e9583b13f495.tar.bz2 rockbox-cf04cf39b85b054fe26cd7290b79e9583b13f495.tar.xz | |
Fix missing include.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31432 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index e778f51..3644e64 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -100,6 +100,7 @@ void* plugin_get_buffer(size_t *buffer_size); #include "settings_list.h" #include "timefuncs.h" #include "crc32.h" +#include "rbpaths.h" #ifdef HAVE_ALBUMART #include "albumart.h" |