summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/othelo.c4
1 files changed, 2 insertions, 2 deletions
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 @@
31 * # Reintroduce suspend feature under plugin system 31 * # Reintroduce suspend feature under plugin system
32 */ 32 */
33 33
34/* Plugin header */
35#include "plugin.h"
34 36
35#ifdef HAVE_LCD_BITMAP 37#ifdef HAVE_LCD_BITMAP
36 38
37/* Plugin header */
38#include "plugin.h"
39static struct plugin_api* rb; 39static struct plugin_api* rb;
40 40
41/***************************************************************************/ 41/***************************************************************************/