diff options
Diffstat (limited to 'test/include/libft_test.h')
| -rw-r--r-- | test/include/libft_test.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/include/libft_test.h b/test/include/libft_test.h index 85aa7d9..23c39c3 100644 --- a/test/include/libft_test.h +++ b/test/include/libft_test.h @@ -10,10 +10,17 @@ # include "unity.h" # include "unity_fixture.h" + +# undef free +# undef malloc + +# include <stdlib.h> + # include "libft.h" # include "libft_algo.h" # include "libft_ht.h" # include "helper/helper_segfault.h" + #endif |
