X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fab591c5cceff41c0bedaa89af34cd039e2c44e1..cfce733e1732b46ebb076ef10fae5a7d552dc2f9:/src/gtk1/app.cpp?ds=inline diff --git a/src/gtk1/app.cpp b/src/gtk1/app.cpp index 93e2ee3d05..20d8961d6c 100644 --- a/src/gtk1/app.cpp +++ b/src/gtk1/app.cpp @@ -25,6 +25,7 @@ #include "wx/settings.h" #include "wx/dialog.h" #include "wx/msgdlg.h" +#include "wx/file.h" #if wxUSE_WX_RESOURCES #include "wx/resource.h" @@ -44,7 +45,7 @@ #include #if defined(__DARWIN__) -// FIXME: select must be used instead of poll (GD) +# warning "FIXME: select must be used instead of poll (GD)" #elif defined(__VMS) # include #else