mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
46c691f3dc
commit
7744490c10
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <string.h> /* For memset(). */
|
||||
|
||||
NSObject *NSAllocateObject (Class aClass, unsigned extraBytes, NSZone *zone)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue