summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/lua/rockaux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/rockaux.c b/apps/plugins/lua/rockaux.c
index 2213420ce2..11433f286f 100644
--- a/apps/plugins/lua/rockaux.c
+++ b/apps/plugins/lua/rockaux.c
@@ -22,7 +22,7 @@
22 22
23#include "plugin.h" 23#include "plugin.h"
24 24
25#ifndef SIMULATOR 25#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
26int errno = 0; 26int errno = 0;
27#endif 27#endif
28 28