diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_b_builtins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_b_builtins.h b/src/ft_b_builtins.h index 8a58f9d..21ffe0b 100644 --- a/src/ft_b_builtins.h +++ b/src/ft_b_builtins.h @@ -16,5 +16,6 @@ #include "ft_b_echo.h" #include "ft_b_env.h" #include "ft_b_exit.h" +#include "ft_b_export.h" #endif |