summaryrefslogtreecommitdiff
path: root/apps/plugins/goban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban.c')
-rw-r--r--apps/plugins/goban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban.c b/apps/plugins/goban.c
index 8c8aa7a449..7bb6744dde 100644
--- a/apps/plugins/goban.c
+++ b/apps/plugins/goban.c
@@ -20,7 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21#include "plugin.h" 21#include "plugin.h"
22 22
23#if PLUGIN_BUFFER_SIZE < 0x10000 && !defined(SIMULATOR) 23#if PLUGIN_BUFFER_SIZE < 0x10000 && (CONFIG_PLATFORM & PLATFORM_NATIVE)
24 24
25#include "lib/overlay.h" 25#include "lib/overlay.h"
26 26