summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 61469fb7ff..6f2c5840fd 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -24,7 +24,10 @@
24#endif 24#endif
25 25
26#include <ctype.h> 26#include <ctype.h>
27
28#ifndef SIMULATOR
27#include <ctype.c> 29#include <ctype.c>
30#endif
28 31
29#if PLUGIN_API_VERSION < 3 32#if PLUGIN_API_VERSION < 3
30#error Scrollbar function requires PLUGIN_API_VERSION 3 at least 33#error Scrollbar function requires PLUGIN_API_VERSION 3 at least