mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4332 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
89b7acdfd9
commit
a5c644c03a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#include <Foundation/NSDebug.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#if !defined(__WIN32__) || defiend(__CYGWIN__)
|
||||
#if !defined(__WIN32__) || defined(__CYGWIN__)
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#endif /* !__WIN32__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue