mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
define socklen+t as int on windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27081 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c4a2f62ad0
commit
af99c790ae
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
|
||||
#ifdef __MINGW32__
|
||||
#define close closesocket
|
||||
#define socklen_t int
|
||||
#else
|
||||
#include <sys/param.h> /* for MAXHOSTNAMELEN */
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue