commit | 38cceb95638657c58844a67f5a5cc52e745c8fc1 | [log] [tgz] |
---|---|---|
author | Franklin Wei <git@fwei.tk> | Wed May 15 20:39:23 2019 -0400 |
committer | Franklin Wei <git@fwei.tk> | Wed May 15 20:39:23 2019 -0400 |
tree | 25e09453fa98497013cdbcf686cfa218f7f8a4cb | |
parent | 75fe15a06c282b50a9b672c5420a2270e1bfe878 [diff] |
Work around DX90 compile error Change-Id: I80751a41d0711c52558ba198c22d1f012998302c
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 @@ #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