From: Vadim Zeitlin Date: Mon, 16 Jul 2007 13:10:20 +0000 (+0000) Subject: added unistd.h include for close() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/98883bca6ffdf0657ed46fbb66fc45e74fc85bc6 added unistd.h include for close() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/epolldispatcher.cpp b/src/unix/epolldispatcher.cpp index 8df776cba1..e52aa35669 100644 --- a/src/unix/epolldispatcher.cpp +++ b/src/unix/epolldispatcher.cpp @@ -31,6 +31,7 @@ #include #include +#include #define wxEpollDispatcher_Trace wxT("epolldispatcher")