From: Stefan Neis Date: Wed, 26 Jan 2005 16:03:51 +0000 (+0000) Subject: Fixed a compilation problem on AIX. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d1f8e97b034f78d335f407476702879a031fa44e?ds=inline Fixed a compilation problem on AIX. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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