internal workaround for clang namespace pollution.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33993 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-10-14 15:46:13 +00:00
parent ca4c6c8c43
commit b644d057ee
28 changed files with 39 additions and 81 deletions

View file

@ -42,9 +42,6 @@
#include <ws2tcpip.h>
#else
#include <netdb.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>