include alloca.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-02-25 19:05:21 +00:00
parent ef87443e19
commit 2570ac3c91
4 changed files with 16 additions and 0 deletions

View file

@ -88,6 +88,10 @@
#include <stdio.h>
#include <wchar.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#import "GNUstepBase/Unicode.h"
#import "GSPrivate.h"