aboutsummaryrefslogtreecommitdiff
path: root/test/test_libft.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_libft.h')
-rw-r--r--test/test_libft.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_libft.h b/test/test_libft.h
index f4d489f..aa23e54 100644
--- a/test/test_libft.h
+++ b/test/test_libft.h
@@ -2,6 +2,7 @@
# define TEST_LIBFT_H
# include "ctest.h"
+# include "libft.h"
TEST(ft_strlen);