mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
ef87443e19
commit
2570ac3c91
4 changed files with 16 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue