From 169f96cdf78ca9f2691194df9b79771cc54889fe Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 30 Dec 2008 23:30:09 +0000 Subject: [PATCH] include errno.h for ENOMEM (closes #10309) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/sckaddr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/sckaddr.cpp b/src/common/sckaddr.cpp index a988fca1a2..fa142eb5f7 100644 --- a/src/common/sckaddr.cpp +++ b/src/common/sckaddr.cpp @@ -46,8 +46,9 @@ #include "wx/private/socket.h" #include "wx/private/sckaddr.h" +#include + #ifdef __UNIX__ - #include #include #include #endif // __UNIX__ -- 2.45.2