mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
include stdlib.h for malloc/free
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39496 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1febeba302
commit
c4f31a244b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#define Testing_h
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
|
|
Loading…
Reference in a new issue