diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Native_File_Chooser_FLTK.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Native_File_Chooser_FLTK.H b/FL/Fl_Native_File_Chooser_FLTK.H index 5176ab77d..1ae6c3b33 100644 --- a/FL/Fl_Native_File_Chooser_FLTK.H +++ b/FL/Fl_Native_File_Chooser_FLTK.H @@ -30,7 +30,9 @@ Fl_Native_File_Chooser widget. */ #include <FL/Fl_File_Chooser.H> +#ifndef WIN32 #include <unistd.h> // _POSIX_NAME_MAX +#endif /*WIN32*/ /** This class lets an FLTK application easily and consistently access |
