aboutsummaryrefslogtreecommitdiff
path: root/include/env.h
diff options
context:
space:
mode:
authorChristopher Uhlig2024-10-17 15:48:50 +0200
committerChristopher Uhlig2024-10-17 15:48:50 +0200
commitd05140c9c6bacce28b37124fbda48ea3a39ac486 (patch)
treeef1fd437502ec1f4886e0b422405c6b805ddef73 /include/env.h
parente6e8051fbda53a75332e09f917e74d687f467a8a (diff)
downloadminishell-d05140c9c6bacce28b37124fbda48ea3a39ac486.tar.gz
minishell-d05140c9c6bacce28b37124fbda48ea3a39ac486.zip
fixed *tmp and added libft in env header
Diffstat (limited to 'include/env.h')
-rw-r--r--include/env.h4
1 files changed, 3 insertions, 1 deletions
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 <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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;