mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Added "limits.h".
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21230 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6bfa298cc8
commit
f69530c060
2 changed files with 7 additions and 4 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "GNUstepBase/GSMime.h"
|
||||
|
||||
|
@ -45,11 +46,8 @@
|
|||
#include "GNUstepBase/Unicode.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
extern BOOL GSScanDouble(unichar*, unsigned, double*);
|
||||
|
||||
#ifndef UINT_MAX
|
||||
# define UINT_MAX 4294967295U
|
||||
#endif
|
||||
extern BOOL GSScanDouble(unichar*, unsigned, double*);
|
||||
|
||||
@class GSString;
|
||||
@class GSMutableString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue