From ae010a33f6748a501d5e0bdf1f835d75c685a91c Mon Sep 17 00:00:00 2001 From: Quinten Mennen Date: Thu, 27 Feb 2025 16:51:59 +0100 Subject: [PATCH] sys stat already included in allowed.h --- src/executor/executor_child.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/executor/executor_child.c b/src/executor/executor_child.c index d80ae8d..7f88381 100644 --- a/src/executor/executor_child.c +++ b/src/executor/executor_child.c @@ -6,12 +6,11 @@ /* By: qmennen +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/12 21:25:10 by willem #+# #+# */ -/* Updated: 2025/02/27 16:46:21 by qmennen ### ########.fr */ +/* Updated: 2025/02/27 16:51:43 by qmennen ### ########.fr */ /* */ /* ************************************************************************** */ #include "minishell.h" -#include static int is_dir(char *path) {