Include <string.h> for memset().

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1162 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-18 13:53:30 +00:00
parent 46c691f3dc
commit 7744490c10

View file

@ -22,6 +22,7 @@
*/
#include <objects/stdobjects.h>
#include <string.h> /* For memset(). */
NSObject *NSAllocateObject (Class aClass, unsigned extraBytes, NSZone *zone)
{