From 26b2f18a3a4df57491f0dd34c98e01a470373e69 Mon Sep 17 00:00:00 2001 From: yosyo Date: Mon, 6 May 2024 20:52:14 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(include):?= =?UTF-8?q?=20added=20stdint,=20added=20functions=20in=20execution=20heade?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/execution.h | 17 ++++++++++++++++- include/minishell.h | 9 +++++---- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/include/execution.h b/include/execution.h index b542d12..77fef6b 100644 --- a/include/execution.h +++ b/include/execution.h @@ -6,7 +6,7 @@ /* By: mmoussou # include # include +# include # include "libft.h" +# include "parsing.h" +# include "execution.h" + char set_env(char **env, const char *name, char *content); char *get_hostname(void); char *get_prompt(void);