diff options
| author | Dominik Kaiser | 2024-08-11 11:18:26 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-08-11 11:18:26 +0200 |
| commit | 8cf2aec82f98094d8175c5e5daaaa115f9b64fc2 (patch) | |
| tree | 9c06dfc42031efc26f1fdfeec4bca8c975c4199c /include/minishell.h | |
| parent | c7a4494fd97b7e80665cbd47ed96bc37bf5800e5 (diff) | |
| parent | 8abf7abdc9d49f52c4fcad0afc92730c4c195b7f (diff) | |
| download | minishell-8cf2aec82f98094d8175c5e5daaaa115f9b64fc2.tar.gz minishell-8cf2aec82f98094d8175c5e5daaaa115f9b64fc2.zip | |
Merge changes from main into parser branch
Diffstat (limited to 'include/minishell.h')
| -rw-r--r-- | include/minishell.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/minishell.h b/include/minishell.h index b21acbc..4f04682 100644 --- a/include/minishell.h +++ b/include/minishell.h @@ -6,7 +6,7 @@ /* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/22 17:14:49 by dkaiser #+# #+# */ -/* Updated: 2024/08/02 13:55:48 by dkaiser ### ########.fr */ +/* Updated: 2024/08/11 10:59:16 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,6 +16,7 @@ # include "debug_tools.h" # include "ast.h" # include "token.h" +# include "env.h" # include "libft.h" # include <stdio.h> # include <readline/readline.h> |
