diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c index d6777c2dff..5091637bfc 100644 --- a/apps/plugins/sokoban.c +++ b/apps/plugins/sokoban.c @@ -267,6 +267,7 @@ static struct BufferedBoards { static struct plugin_api* rb; +MEM_FUNCTION_WRAPPERS(rb); static char buf[ROWS*(COLS + 1)]; /* Enough for a whole board or a filename */