From b5124347359833fcde33452978c62133879c6c9e Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 8 May 2020 13:40:45 +0200 Subject: Fixed bug in ft_split --- include/libft_str.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/libft_str.h b/include/libft_str.h index d65c90f..a373e86 100644 --- a/include/libft_str.h +++ b/include/libft_str.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/31 10:39:22 by cacharle #+# #+# */ -/* Updated: 2020/02/28 12:09:56 by cacharle ### ########.fr */ +/* Updated: 2020/05/08 13:39:12 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,6 +16,7 @@ # include # include "libft_ctype.h" # include "libft_mem.h" +# include "libft_util.h" typedef enum { -- cgit