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:
parent
9bea227d4e
commit
d1f8e97b03
@ -101,6 +101,9 @@ int _System soclose(int);
|
|||||||
#ifdef sgi
|
#ifdef sgi
|
||||||
# include <bstring.h>
|
# include <bstring.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef _AIX
|
||||||
|
# include <strings.h>
|
||||||
|
#endif
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#ifndef SOCKLEN_T
|
#ifndef SOCKLEN_T
|
||||||
|
Loading…
Reference in New Issue
Block a user