diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-12 23:14:11 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-12 23:36:42 +0100 |
| commit | e6f53e82b0f8ae1cff3749ea3476c2074c325d7b (patch) | |
| tree | 8fb26b636a6959f036d74c7ad9c28e2e2290495d /test/include/libft_test.h | |
| parent | f178a21e2560d9375227dbf6751a54f12e1033b2 (diff) | |
| download | libft-e6f53e82b0f8ae1cff3749ea3476c2074c325d7b.tar.gz libft-e6f53e82b0f8ae1cff3749ea3476c2074c325d7b.tar.bz2 libft-e6f53e82b0f8ae1cff3749ea3476c2074c325d7b.zip | |
Added ctype tests, ignore htnew tests
Diffstat (limited to 'test/include/libft_test.h')
| -rw-r--r-- | test/include/libft_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> +# include <ctype.h> # include <sys/wait.h> # include "unity.h" |
