From 6ef7a1289a71dc64127be7e368773125c4053b67 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Tue, 7 Mar 2017 18:38:20 +0100 Subject: [PATCH] compilation error --- 42sh/includes/exec.h | 2 +- 42sh/includes/minishell.h | 4 ++-- 42sh/src/exec/exec_var.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/42sh/includes/exec.h b/42sh/includes/exec.h index 1d4f65af..e2fa7b5a 100644 --- a/42sh/includes/exec.h +++ b/42sh/includes/exec.h @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/27 20:29:56 by jhalford #+# #+# */ -/* Updated: 2017/03/07 18:35:39 by jhalford ### ########.fr */ +/* Updated: 2017/03/07 18:38:05 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/42sh/includes/minishell.h b/42sh/includes/minishell.h index 0f9c0bab..2a98dd10 100644 --- a/42sh/includes/minishell.h +++ b/42sh/includes/minishell.h @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/10 13:07:44 by jhalford #+# #+# */ -/* Updated: 2017/03/07 18:23:42 by jhalford ### ########.fr */ +/* Updated: 2017/03/07 18:38:08 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ @@ -25,9 +25,9 @@ # include "lexer.h" # include "parser.h" # include "ft_readline.h" +# include "job_control.h" # include "exec.h" # include "builtin.h" -# include "job_control.h" # include "glob.h" # include "completion.h" # include "hash.h" diff --git a/42sh/src/exec/exec_var.c b/42sh/src/exec/exec_var.c index 29e49b76..578422d2 100644 --- a/42sh/src/exec/exec_var.c +++ b/42sh/src/exec/exec_var.c @@ -6,7 +6,7 @@ /* By: ariard +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/07 11:12:05 by ariard #+# #+# */ -/* Updated: 2017/03/07 14:40:30 by ariard ### ########.fr */ +/* Updated: 2017/03/07 18:37:38 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */