diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2009-01-12 21:56:46 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2009-01-12 21:56:46 +0000 |
| commit | 52320b83c0e9fb3c3f6c463f8bd61de35f03b235 (patch) | |
| tree | 995a6f7e903f2a142ce64e05b27fa5e189b8544c /apps/plugins/lib/pluginlib_bmp.c | |
| parent | bbd33a0a7db188e874b11e30e509f32c13200aea (diff) | |
| download | rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.zip rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.gz rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.bz2 rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.xz | |
Added missing dependencies for codeclib and pluginlib. This required renaming some files that have twins in other places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19756 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to '')
| -rw-r--r-- | apps/plugins/lib/pluginlib_bmp.c (renamed from apps/plugins/lib/bmp.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/bmp.c b/apps/plugins/lib/pluginlib_bmp.c index 1cb24d3..b1dd53b 100644 --- a/apps/plugins/lib/bmp.c +++ b/apps/plugins/lib/pluginlib_bmp.c @@ -20,7 +20,7 @@ * ****************************************************************************/ -#include "bmp.h" +#include "pluginlib_bmp.h" #include "lcd.h" #include "file.h" |