From 52320b83c0e9fb3c3f6c463f8bd61de35f03b235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Mon, 12 Jan 2009 21:56:46 +0000 Subject: 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 --- apps/plugins/lib/bmp_smooth_scale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib/bmp_smooth_scale.c') 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) -- cgit v1.1