Include malloc.h ... needed on some systems for declaration of alloca()

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20770 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-02-21 14:33:43 +00:00
parent f82f6d1ab9
commit 92b3407144
6 changed files with 28 additions and 0 deletions

View file

@ -29,6 +29,10 @@
#include "Foundation/NSData.h"
#include "GSInvocation.h"
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#if defined(ALPHA) || (defined(MIPS) && (_MIPS_SIM == _ABIN32))
typedef long long smallret_t;
#else