summaryrefslogtreecommitdiff
path: root/FL/platform.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/platform.H')
-rw-r--r--FL/platform.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/platform.H b/FL/platform.H
index 7bb8807ad..2df6566b0 100644
--- a/FL/platform.H
+++ b/FL/platform.H
@@ -45,6 +45,8 @@ class Fl_Window;
# elif defined(FL_PORTING)
# pragma message "FL_PORTING: write a header file based on this file, win32.H, or mac.H to define the FLTK core internals"
# include "porting.H"
+# elif defined(__ANDROID__)
+# include "android.H"
# else // X11
# include <FL/fl_types.h>
# include <FL/Enumerations.H>