Changed other instances of malloc.h to stdlib.h for OSX compat

This commit is contained in:
Meredith L. Patterson 2012-11-14 14:05:25 -05:00
parent fa6497b9f0
commit 8163b3981d
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
#include "hammer.h"
#include "allocator.h"
#include <assert.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
// {{{ counted arrays