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 688021e..7f05027 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;
/***************************************************************************/