mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
c8de6a4002
commit
8c940cb2bb
23 changed files with 250 additions and 83 deletions
|
@ -22,11 +22,15 @@
|
|||
*/
|
||||
|
||||
#include <objects/SocketPort.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <netdb.h>
|
||||
#include <sys/time.h>
|
||||
#endif /* !WIN32 */
|
||||
|
||||
#include <objc/hash.h>
|
||||
#include <objects/Lock.h>
|
||||
#include <objc/List.h>
|
||||
#include <sys/time.h>
|
||||
#include <objects/Connection.h>
|
||||
#include <objects/Coder.h>
|
||||
#include <objects/ConnectedCoder.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue