summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/puzzles/rbcompat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/rbcompat.h b/apps/plugins/puzzles/rbcompat.h
index 7934f5d..9069c1e 100644
--- a/apps/plugins/puzzles/rbcompat.h
+++ b/apps/plugins/puzzles/rbcompat.h
@@ -49,6 +49,7 @@ double acos_wrapper(double x);
#define getenv getenv_wrapper
#define malloc tlsf_malloc
#define memchr rb->memchr
+#define memswap puzzles_memswap
#define pow pow_wrapper
#define printf LOGF
#define puts puts_wrapper