From 17ece4bc7b9b97ff64a799c1fa079b2955c1c651 Mon Sep 17 00:00:00 2001 From: Etienne Rey-bethbeder Date: Tue, 21 Feb 2023 14:49:42 +0100 Subject: [PATCH] =?UTF-8?q?probl=C3=A8me=20de?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builtins/cd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtins/cd.c b/builtins/cd.c index 87a4e4d..18ec289 100644 --- a/builtins/cd.c +++ b/builtins/cd.c @@ -10,7 +10,7 @@ /* */ /* ************************************************************************** */ -#include "minishell.h" +#include "../minishell.h" int move_folder(char *path, int fd) {