From 7d626e7e9638d7e85c3dacce8a4aee009850a1a2 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 13 Feb 2020 21:05:15 +0100 Subject: Filled mem* tests --- test/include/libft_test.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/include/libft_test.h') 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 # include # include +# ifdef __APPLE__ +# include +# endif # include "unity.h" # include "unity_fixture.h" -- cgit