From d1f8e97b034f78d335f407476702879a031fa44e Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Wed, 26 Jan 2005 16:03:51 +0000 Subject: [PATCH] Fixed a compilation problem on AIX. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/gsocket.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index 28e293681c..dd874ef757 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -101,6 +101,9 @@ int _System soclose(int); #ifdef sgi # include #endif +#ifdef _AIX +# include +#endif #include #ifndef SOCKLEN_T