Changed other instances of malloc.h to stdlib.h for OSX compat
This commit is contained in:
parent
fa6497b9f0
commit
8163b3981d
4 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include <string.h>
|
||||
#include "hammer.h"
|
||||
#include "internal.h"
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef struct pp_state {
|
||||
int delta;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue