aboutsummaryrefslogtreecommitdiff
path: root/include/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/eval.h')
-rw-r--r--include/eval.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/eval.h b/include/eval.h
index 261e1a2..88142cd 100644
--- a/include/eval.h
+++ b/include/eval.h
@@ -6,7 +6,7 @@
/* By: charles <charles@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/04/01 17:05:30 by charles #+# #+# */
-/* Updated: 2020/07/14 09:35:17 by charles ### ########.fr */
+/* Updated: 2020/07/15 17:03:05 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -35,6 +35,7 @@ typedef struct
char *exec_path;
char **argv;
t_env env;
+ t_env env_local;
t_builtin_entry *builtin;
} t_fork_param_cmd;