X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f7c2c9a81201c144848d98bfbbe732825098666..0bbe61b8c18a1795189f0cf73cc61c14a0fb846d:/src/unix/dialup.cpp diff --git a/src/unix/dialup.cpp b/src/unix/dialup.cpp index 2eabc7aa2e..79b35d5370 100644 --- a/src/unix/dialup.cpp +++ b/src/unix/dialup.cpp @@ -29,7 +29,7 @@ #include "wx/filefn.h" #include "wx/ffile.h" #include "wx/process.h" -#include "wx/wxchar.h" +#include "wx/crt.h" #include @@ -73,7 +73,7 @@ class WXDLLEXPORT wxDialUpManagerImpl : public wxDialUpManager { public: wxDialUpManagerImpl(); - ~wxDialUpManagerImpl(); + virtual ~wxDialUpManagerImpl(); /** Could the dialup manager be initialized correctly? If this function returns false, no other functions will work neither, so it's a good idea @@ -677,6 +677,7 @@ wxDialUpManagerImpl::CheckIfconfig() wxString cmd = wxT("/bin/sh -c \'"); cmd << m_IfconfigPath; #if defined(__AIX__) || \ + defined(__NETBSD__) || \ defined(__OSF__) || \ defined(__SOLARIS__) || defined (__SUNOS__) // need to add -a flag