mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Don't include <libc.h>. Include <Foundation/NSDictionary.h>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2323 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e7a73a93a
commit
4f8556d6cf
1 changed files with 2 additions and 1 deletions
|
@ -24,8 +24,9 @@
|
|||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/NSHost.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <netdb.h>
|
||||
#include <libc.h>
|
||||
/* #include <libc.h> */
|
||||
|
||||
#ifdef WIN32
|
||||
#include <Windows32/Sockets.h>
|
||||
|
|
Loading…
Reference in a new issue