From b3eb776ad6e73ff50d3d75e3b7c8f418154feae6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 31 Jan 2009 13:22:49 +0000 Subject: [PATCH] include errno.h to fix buildbot compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/dfb/evtloop.cpp | 2 ++ 1 file changed, 2 insertions(+) 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" // =========================================================================== -- 2.45.2