WinNT and thread-related odifications from Scott Christley

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@915 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-02-13 15:43:30 +00:00
parent af3f9994e4
commit c30185d83d
23 changed files with 250 additions and 83 deletions

View file

@ -28,8 +28,11 @@
#include <objects/Port.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#ifndef WIN32
# include <sys/socket.h>
# include <netinet/in.h>
#endif /* !WIN32 */
typedef struct sockaddr_in sockport_t;