aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hxx')
-rw-r--r--src/Main.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Main.hxx b/src/Main.hxx
index e2b1f5c31..7e3fecd0b 100644
--- a/src/Main.hxx
+++ b/src/Main.hxx
@@ -21,8 +21,13 @@
#define MPD_MAIN_HXX
class EventLoop;
+class Context;
struct Instance;
+#ifdef ANDROID
+extern Context *context;
+#endif
+
extern Instance *instance;
#ifndef ANDROID