From 58f7f3e9d2a61d46e57ffe324ae6ae7f21e875a3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 23 Apr 2020 16:29:20 +0200 Subject: Prepared builtins templates --- src/ft_b_builtins.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ft_b_builtins.h') diff --git a/src/ft_b_builtins.h b/src/ft_b_builtins.h index 21ffe0b..36e6498 100644 --- a/src/ft_b_builtins.h +++ b/src/ft_b_builtins.h @@ -13,9 +13,12 @@ #ifndef FT_B_BUILTINS_H #define FT_B_BUILTINS_H +#include "ft_b_cd.h" #include "ft_b_echo.h" #include "ft_b_env.h" #include "ft_b_exit.h" #include "ft_b_export.h" +#include "ft_b_pwd.h" +#include "ft_b_unset.h" #endif -- cgit v1.2.3