From e6f53e82b0f8ae1cff3749ea3476c2074c325d7b Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 12 Feb 2020 23:14:11 +0100 Subject: Added ctype tests, ignore htnew tests --- test/include/libft_test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/include/libft_test.h') diff --git a/test/include/libft_test.h b/test/include/libft_test.h index c5eb5e2..ff99eec 100644 --- a/test/include/libft_test.h +++ b/test/include/libft_test.h @@ -2,6 +2,7 @@ # define LIBFT_TEST_H # include +# include # include # include "unity.h" -- cgit