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/bmp_smooth_scale.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 'apps/plugins/lib/bmp_smooth_scale.c')
| -rw-r--r-- | apps/plugins/lib/bmp_smooth_scale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/bmp_smooth_scale.c b/apps/plugins/lib/bmp_smooth_scale.c index 860a20e..4d5eab0 100644 --- a/apps/plugins/lib/bmp_smooth_scale.c +++ b/apps/plugins/lib/bmp_smooth_scale.c @@ -70,7 +70,7 @@ * (C) Daniel M. Duley. */ -#include "bmp.h" +#include "pluginlib_bmp.h" #include "lcd.h" void smooth_resize_bitmap(struct bitmap *src_bmp, struct bitmap *dest_bmp) |