diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/image.cxx b/test/image.cxx index 05369d639..f0d12743c 100644 --- a/test/image.cxx +++ b/test/image.cxx @@ -73,7 +73,7 @@ void button_cb(Fl_Widget *,void *) { } #include <FL/platform.H> -#if !defined(_WIN32) && !defined(__APPLE__) +#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__ANDROID__) #include "list_visuals.cxx" #endif |
