X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a23c00470ee904d3958b4fec2b540bf119e28367..08dd04d0829cd2c4defe5233f061221d534dee0d:/contrib/src/net/email.cpp diff --git a/contrib/src/net/email.cpp b/contrib/src/net/email.cpp index 7f314927fc..2d4c857115 100644 --- a/contrib/src/net/email.cpp +++ b/contrib/src/net/email.cpp @@ -36,11 +36,11 @@ #include "wx/timer.h" #include "wx/wfstream.h" #include "stdlib.h" -#include "process.h" +#include "unistd.h" #endif // Send a message. -// Specify profile, or leave it to wxWindows to find the current user name +// Specify profile, or leave it to wxWidgets to find the current user name #ifdef __WXMSW__ bool wxEmail::Send(wxMailMessage& message, const wxString& profileName, const wxString& WXUNUSED(sendMail))