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) {