From: Vadim Zeitlin Date: Sat, 31 Jan 2009 13:22:49 +0000 (+0000) Subject: include errno.h to fix buildbot compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b3eb776ad6e73ff50d3d75e3b7c8f418154feae6?ds=inline include errno.h to fix buildbot compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/dfb/evtloop.cpp b/src/dfb/evtloop.cpp index fd3f6b5818..89d0f75388 100644 --- a/src/dfb/evtloop.cpp +++ b/src/dfb/evtloop.cpp @@ -31,6 +31,8 @@ #include "wx/nonownedwnd.h" #include "wx/buffer.h" +#include + #define TRACE_EVENTS "events" // ===========================================================================