summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
-rw-r--r--src/Fl_File_Chooser2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx
index fea0b3328..d592ff39f 100644
--- a/src/Fl_File_Chooser2.cxx
+++ b/src/Fl_File_Chooser2.cxx
@@ -344,6 +344,7 @@
//
#include <FL/Fl_File_Chooser.H>
+#include <FL/Fl_System_Driver.H> // for struct stat
#include <FL/filename.H>
#include <FL/fl_ask.H>
#include <FL/x.H>
@@ -355,7 +356,6 @@
#include "flstring.h"
#include <errno.h>
#include <sys/types.h>
-#include <sys/stat.h>
#if defined(WIN32) || defined(__APPLE__) // PORTME: Fl_Screen_Driver - platform file browser
#elif defined(FL_PORTING)