summaryrefslogtreecommitdiff
path: root/src/Fl_Native_File_Chooser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Native_File_Chooser.cxx')
-rw-r--r--src/Fl_Native_File_Chooser.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser.cxx b/src/Fl_Native_File_Chooser.cxx
index 37fa49dfc..3993b5890 100644
--- a/src/Fl_Native_File_Chooser.cxx
+++ b/src/Fl_Native_File_Chooser.cxx
@@ -25,7 +25,8 @@
#include <FL/Fl_Native_File_Chooser.H>
#elif defined(FL_PORTING)
-# pragma message "FL_PORTING: implement the native file chooser interface"
+# pragma message "FL_PORTING: implement the native file chooser interface"
+# include "Fl_Native_File_Chooser_FLTK.cxx"
// All else falls back to FLTK's own chooser
#else