diff options
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index c8290e3ff..f54638170 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -386,6 +386,9 @@ int main(int argc, char *argv[]) #endif +#ifdef ANDROID +static inline +#endif int mpd_main(int argc, char *argv[]) { struct options options; |