diff options
Diffstat (limited to 'src/Fl_Native_File_Chooser_GTK.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser_GTK.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl_Native_File_Chooser_GTK.cxx b/src/Fl_Native_File_Chooser_GTK.cxx index 27d744586..2a972856b 100644 --- a/src/Fl_Native_File_Chooser_GTK.cxx +++ b/src/Fl_Native_File_Chooser_GTK.cxx @@ -17,6 +17,9 @@ // #include <FL/x.H> + +#ifdef USE_X11 + #if HAVE_DLSYM && HAVE_DLFCN_H #include <dlfcn.h> // for dlopen et al #endif @@ -728,6 +731,8 @@ void Fl_GTK_File_Chooser::probe_for_GTK_libs(void) { #endif } // probe_for_GTK_libs +#endif + // // End of "$Id$". // |
