diff --git a/src/stc/stc.cpp.in b/src/stc/stc.cpp.in index 8cdb45ea25..6b5e34d486 100644 --- a/src/stc/stc.cpp.in +++ b/src/stc/stc.cpp.in @@ -49,7 +49,7 @@ #if wxUSE_FFILE #include "wx/ffile.h" #elif wxUSE_FILE - #include "wx/ffile.h" + #include "wx/file.h" #endif #ifdef __WXGTK__