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:
Andrew McCallum 1995-03-12 19:37:27 +00:00
parent 4295cc7a4b
commit 65850d27d6

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