mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Include objects/objc-malloc.
Comment fixes. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fb31e8e200
commit
53f374bf8b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Zone memory management.
|
||||
Copyright (C) 1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995 Free Software Foundation, Inc.
|
||||
|
||||
Author: Mark Lakata
|
||||
Date: January 1995
|
||||
|
@ -75,7 +75,7 @@
|
|||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <foundation/NSZone.h>
|
||||
|
||||
#include <objects/objc-malloc.h>
|
||||
|
||||
#define DEFAULTLISTSIZE 10
|
||||
|
||||
|
|
Loading…
Reference in a new issue