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:
fedor 2003-08-03 03:57:53 +00:00
parent 25c6fad65e
commit 3767bc44fc
2 changed files with 5 additions and 1 deletions

View file

@ -37,7 +37,7 @@
#ifdef HAVE_LIMITS_H
/* For UINT_MAX */
#include <limit.h>
#include <limits.h>
#endif
@class NSDistantObject;