Fix for cygwin

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4331 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-06-02 04:19:41 +00:00
parent 70c005bae5
commit 89b7acdfd9
2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@
#include <Foundation/NSDebug.h>
#include <sys/types.h>
#ifndef __WIN32__
#if !defined(__WIN32__) || defiend(__CYGWIN__)
#include <time.h>
#include <sys/time.h>
#endif /* !__WIN32__ */