Changed malloc.h to stdlib.h for OSX compatibility.

This commit is contained in:
Meredith L. Patterson 2012-11-10 23:34:08 -05:00
parent 6893987cbc
commit 6ae2e1fed4

View file

@ -17,7 +17,7 @@
#ifndef HAMMER_TEST_SUITE__H
#define HAMMER_TEST_SUITE__H
#include <malloc.h>
#include <stdlib.h>
// Equivalent to g_assert_*, but not using g_assert...
#define g_check_inttype(fmt, typ, n1, op, n2) do { \