Changed malloc.h to stdlib.h for OSX compatibility.
This commit is contained in:
parent
6893987cbc
commit
6ae2e1fed4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue