summaryrefslogtreecommitdiff
path: root/src/Main.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-08-20 00:19:31 +0200
committerMax Kellermann <max@musicpd.org>2018-08-20 00:19:31 +0200
commit616abdda26389e105de0735afdeeb2e2d5c2b292 (patch)
tree883aa3918d434bba23209f50cd83d4868b780a0c /src/Main.hxx
parentcc64c715a200836f40b3d231e8b01a64ce8e9eda (diff)
parent14d3a7ae83cd8724308a82775ee8946befcfe435 (diff)
Merge branch 'v0.20.x'
Diffstat (limited to 'src/Main.hxx')
-rw-r--r--src/Main.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Main.hxx b/src/Main.hxx
index 8fb267919..47c330ac0 100644
--- a/src/Main.hxx
+++ b/src/Main.hxx
@@ -25,7 +25,10 @@ class Context;
struct Instance;
#ifdef ANDROID
+#include "android/LogListener.hxx"
+
extern Context *context;
+extern LogListener *logListener;
#endif
extern Instance *instance;