git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46062
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/module.h"
#include "wx/timer.h"
#include "wx/unix/private.h"
-#include "wx/log.h"
#ifndef WX_PRECOMP
#include "wx/hash.h"
+ #include "wx/log.h"
+ #include "wx/intl.h"
#endif
#ifdef HAVE_SYS_SELECT_H
// continue if we were interrupted by a signal, else bail out
if ( errno != EINTR )
{
- wxLogSysError(_("Failed to monitor IO channels"));
+ wxLogSysError(_("Failed to monitor I/O channels"));
return;
}
break;
#include "wx/unix/private/epolldispatcher.h"
#include "wx/unix/private.h"
-#include "wx/log.h"
#include "wx/module.h"
+#ifndef WX_PRECOMP
+ #include "wx/log.h"
+ #include "wx/intl.h"
+#endif
+
#include <sys/epoll.h>
#include <errno.h>