From 0eca046ad3a9cd11a09ac360b7413bdcc9441b5b Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 31 Oct 1996 19:59:49 +0000 Subject: [PATCH] Include gnustep/base/config.h instead of preface.h; otherwise we get a dependancy loop on the definition on NSZone. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1910 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/NSZone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Headers/gnustep/base/NSZone.h b/Headers/gnustep/base/NSZone.h index 782ce5392..9776d2f8d 100644 --- a/Headers/gnustep/base/NSZone.h +++ b/Headers/gnustep/base/NSZone.h @@ -25,7 +25,7 @@ #ifndef h_zone_NS_h #define h_zone_NS_h -#include +#include #if NeXT_runtime