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:
Andrew McCallum 1996-05-06 20:13:18 +00:00
parent a4faded2ed
commit 3ec0b402fa

View file

@ -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>