summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/othelo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/othelo.c b/apps/plugins/othelo.c
index 0ac7828..386bf52 100644
--- a/apps/plugins/othelo.c
+++ b/apps/plugins/othelo.c
@@ -30,11 +30,10 @@
* # Reintroduce suspend feature under plugin system
*/
-
-#ifdef HAVE_LCD_BITMAP
-
/* Plugin header */
#include "plugin.h"
+
+#ifdef HAVE_LCD_BITMAP
static struct plugin_api* rb;
/***************************************************************************/