diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-13 21:05:15 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-13 21:08:23 +0100 |
| commit | 7d626e7e9638d7e85c3dacce8a4aee009850a1a2 (patch) | |
| tree | dd62ec180cc4b3d304ed83c4881ca71615106881 /test/include | |
| parent | 2d1fcee4db6a9411b6f7db2c36791f67472109dc (diff) | |
| download | libft-7d626e7e9638d7e85c3dacce8a4aee009850a1a2.tar.gz libft-7d626e7e9638d7e85c3dacce8a4aee009850a1a2.tar.bz2 libft-7d626e7e9638d7e85c3dacce8a4aee009850a1a2.zip | |
Filled mem* tests
Diffstat (limited to 'test/include')
| -rw-r--r-- | test/include/libft_test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/include/libft_test.h b/test/include/libft_test.h index ff99eec..f710c7d 100644 --- a/test/include/libft_test.h +++ b/test/include/libft_test.h @@ -4,6 +4,9 @@ # include <string.h> # include <ctype.h> # include <sys/wait.h> +# ifdef __APPLE__ +# include <malloc/malloc.h> +# endif # include "unity.h" # include "unity_fixture.h" |
