From d05140c9c6bacce28b37124fbda48ea3a39ac486 Mon Sep 17 00:00:00 2001 From: Christopher Uhlig Date: Thu, 17 Oct 2024 15:48:50 +0200 Subject: fixed *tmp and added libft in env header --- include/env.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/env.h') diff --git a/include/env.h b/include/env.h index 5a65333..e774002 100644 --- a/include/env.h +++ b/include/env.h @@ -6,10 +6,12 @@ /* By: chuhlig +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/08/08 16:53:39 by dkaiser #+# #+# */ -/* Updated: 2024/10/17 15:37:32 by chuhlig ### ########.fr */ +/* Updated: 2024/10/17 15:47:30 by chuhlig ### ########.fr */ /* */ /* ************************************************************************** */ +#include "libft.h" + typedef struct s_env { char *name; -- cgit v1.2.3