mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@573 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9713d6ab6e
commit
ebbbc52827
2 changed files with 4 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
#ifndef h_zone_NS_h
|
||||
#define h_zone_NS_h
|
||||
|
||||
#ifdef __NeXT__
|
||||
#if NeXT_runtime
|
||||
#import <objc/zone.h>
|
||||
#define NSZone NXZone
|
||||
#else
|
||||
|
|
|
@ -73,7 +73,9 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#ifndef __NeXT__
|
||||
# include <malloc.h>
|
||||
#endif
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <objects/objc-malloc.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue