Fixed a compilation problem on AIX.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2005-01-26 16:03:51 +00:00
parent 9bea227d4e
commit d1f8e97b03

View 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