mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix include
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17421 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c316876cd6
commit
917cb25b7d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-08-02 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSProxy.m: Fix limit.h -> limits.h
|
||||
|
||||
2003-08-02 Yen-Ju Chen <yjchenx@hotmail.com>
|
||||
|
||||
* Resources/Languages/TraditionalChinese,
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
/* For UINT_MAX */
|
||||
#include <limit.h>
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
@class NSDistantObject;
|
||||
|
|
Loading…
Reference in a new issue