Skip to content

Commit

Permalink
include stdlib.h for malloc/free
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39496 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
rfm committed Mar 9, 2016
1 parent 5518a53 commit 03fe884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestFramework/Testing.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#define Testing_h

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>

#import <Foundation/NSAutoreleasePool.h>
Expand Down

0 comments on commit 03fe884

Please sign in to comment.