mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
use #include instead of #import.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1498 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8f0f730c70
commit
c4d01b1990
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#define h_zone_NS_h
|
||||
|
||||
#if NeXT_runtime
|
||||
#import <objc/zone.h>
|
||||
#include <objc/zone.h>
|
||||
#define NSZone NXZone
|
||||
#else
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue