From 12d069d26be0ccfe49539b758c89fb219cc5f8fb Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Fri, 3 Feb 2017 16:28:47 +0100 Subject: [PATCH] fix des problemes de compilations post-merge --- 42sh/includes/ft_readline.h | 4 +++- 42sh/libft | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/42sh/includes/ft_readline.h b/42sh/includes/ft_readline.h index 201f83d1..b559a11a 100644 --- a/42sh/includes/ft_readline.h +++ b/42sh/includes/ft_readline.h @@ -6,7 +6,7 @@ /* By: gwojda +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/01/23 10:35:44 by gwojda #+# #+# */ -/* Updated: 2017/02/03 15:13:01 by alao ### ########.fr */ +/* Updated: 2017/02/03 16:27:48 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ @@ -172,4 +172,6 @@ int ft_completion(int ret); void ft_check_heredoc(char **str); +char *ft_strdupi_w(char const *s); + #endif diff --git a/42sh/libft b/42sh/libft index fa4a21e3..92902c1c 160000 --- a/42sh/libft +++ b/42sh/libft @@ -1 +1 @@ -Subproject commit fa4a21e3d0d0545831d661df1863a399e9154218 +Subproject commit 92902c1c6539152d9daadaf2a018b2d344f1224e