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:
Niels Grewe 2011-08-17 11:46:06 +00:00
parent ff93804152
commit 2bc519b3c2
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -1,5 +1,6 @@
/* Common information for all objc runtime tests.
*/
#include <stdlib.h>
#include <objc/objc.h>
#if __GNU_LIBOBJC__