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

@ -26,6 +26,10 @@
#include "GNUstepBase/preface.h"
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#include "GNUstepBase/DistributedObjects.h"
/* For NSArgumentInfo we include NSMethodSignature.h */