From 83b5b55d95d3fe7a8970360244e37dfd4c070c16 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 16 Nov 2003 21:13:12 +0000 Subject: Ooops. The bugfix contained a bug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4032 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/othelo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/othelo.c') diff --git a/apps/plugins/othelo.c b/apps/plugins/othelo.c index 688021e087..7f0502794b 100644 --- a/apps/plugins/othelo.c +++ b/apps/plugins/othelo.c @@ -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; /***************************************************************************/ -- cgit v1.2.3