mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Fix for cygwin
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9f4fbbee9f
commit
91c136b68c
4 changed files with 17 additions and 9 deletions
|
@ -52,7 +52,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#ifndef __WIN32__
|
||||
#if !defined(__WIN32__) || defined(__CYGWIN__)
|
||||
#include <unistd.h> /* for gethostname() */
|
||||
#include <sys/param.h> /* for MAXHOSTNAMELEN */
|
||||
#include <netinet/in.h> /* for inet_ntoa() */
|
||||
|
@ -80,7 +80,7 @@
|
|||
|
||||
#endif /* !__WIN32__ */
|
||||
#include <string.h> /* for memset() and strchr() */
|
||||
#ifndef __WIN32__
|
||||
#if !defined(__WIN32__) || defined(__CYGWIN__)
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue