Ooops. The bugfix contained a bug.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4032 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-11-16 21:13:12 +00:00
parent 526fc164ae
commit 83b5b55d95

View file

@ -31,11 +31,11 @@
* # Reintroduce suspend feature under plugin system
*/
/* Plugin header */
#include "plugin.h"
#ifdef HAVE_LCD_BITMAP
/* Plugin header */
#include "plugin.h"
static struct plugin_api* rb;
/***************************************************************************/