summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jpeg.c')
-rw-r--r--apps/plugins/jpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c
index ff6df6d4e3..cd364f4d51 100644
--- a/apps/plugins/jpeg.c
+++ b/apps/plugins/jpeg.c
@@ -27,6 +27,7 @@
27#include "plugin.h" 27#include "plugin.h"
28#include "playback_control.h" 28#include "playback_control.h"
29#include "oldmenuapi.h" 29#include "oldmenuapi.h"
30#include "mem_function_wrappers.h"
30 31
31#ifdef HAVE_LCD_BITMAP 32#ifdef HAVE_LCD_BITMAP
32#include "gray.h" 33#include "gray.h"
@@ -186,6 +187,7 @@ PLUGIN_HEADER
186/******************************* Globals ***********************************/ 187/******************************* Globals ***********************************/
187 188
188static struct plugin_api* rb; 189static struct plugin_api* rb;
190MEM_FUNCTION_WRAPPERS(rb);
189 191
190/* for portability of below JPEG code */ 192/* for portability of below JPEG code */
191#define MEMSET(p,v,c) rb->memset(p,v,c) 193#define MEMSET(p,v,c) rb->memset(p,v,c)