Fixes for Windows

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6641 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-06-06 16:50:52 +00:00
parent 9fc2888701
commit 9360b6e9cc
21 changed files with 236 additions and 348 deletions

View file

@ -38,11 +38,13 @@
#include <Foundation/NSDebug.h>
#include <Foundation/NSDebug.h>
#if HAVE_SYS_TYPES_H
#include <sys/types.h>
#if !defined(__WIN32__) || defined(__CYGWIN__)
#include <time.h>
#endif
#if HAVE_SYS_TIME_H
#include <sys/time.h>
#endif /* !__WIN32__ */
#endif
#include <time.h>
#include <limits.h>
#include <string.h> /* for memset() */