mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
fix includes for gcc-4.6
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33069 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
df01b61d90
commit
8c89a47a8b
13 changed files with 72 additions and 13 deletions
|
@ -24,7 +24,10 @@
|
|||
*/
|
||||
|
||||
#import "common.h"
|
||||
#import <objc/encoding.h>
|
||||
|
||||
#if !defined (__GNU_LIBOBJC__)
|
||||
# include <objc/encoding.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue