diff options
| -rw-r--r-- | apps/plugins/othelo.c | 5 |
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; /***************************************************************************/ |