mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Include stdlib.h for the prototype of calloc().
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33760 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff93804152
commit
2bc519b3c2
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-08-17 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* config/objc-common.h: Include stdlib.h for the prototype of calloc().
|
||||
|
||||
2011-08-17 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Headers/GSIMap.h
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Common information for all objc runtime tests.
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <objc/objc.h>
|
||||
|
||||
#if __GNU_LIBOBJC__
|
||||
|
|
Loading…
Reference in a new issue