From 65850d27d6c77e7b88acd6faab1884d0fd2f1038 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Sun, 12 Mar 1995 19:37:27 +0000 Subject: [PATCH] Include foundation/NSZone, not foundation/zone.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@94 72102866-910b-0410-8b05-ffd578937521 --- Source/NSZone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSZone.c b/Source/NSZone.c index 6f451b0df..23cd3076e 100644 --- a/Source/NSZone.c +++ b/Source/NSZone.c @@ -73,7 +73,7 @@ #include #include #include -#include +#include #define DEFAULTLISTSIZE 10