diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.hxx | 5 |
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 |