]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a compilation problem on AIX.
authorStefan Neis <Stefan.Neis@t-online.de>
Wed, 26 Jan 2005 16:03:51 +0000 (16:03 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Wed, 26 Jan 2005 16:03:51 +0000 (16:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.cpp

index 28e293681cdfe4351d3cfa94936ea7950275e36a..dd874ef75788489fba32872bead87725ef754a03 100644 (file)
@@ -101,6 +101,9 @@ int _System soclose(int);
 #ifdef sgi
 #  include <bstring.h>
 #endif
+#ifdef _AIX
+#  include <strings.h>
+#endif
 #include <signal.h>
 
 #ifndef SOCKLEN_T