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
This commit is contained in:
mccallum 1995-03-12 19:37:27 +00:00
parent bae532dc16
commit 7b86ff8a5a

View file

@ -73,7 +73,7 @@
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <foundation/zone.h>
#include <foundation/NSZone.h>
#define DEFAULTLISTSIZE 10