diff --git a/include/libft_file.h b/include/libft_file.h index e4dff0b..c0b6f0d 100644 --- a/include/libft_file.h +++ b/include/libft_file.h @@ -6,7 +6,7 @@ /* By: gdandele +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/05/01 14:45:24 by gdandele #+# #+# */ -/* Updated: 2024/05/01 14:55:56 by gdandele ### ########.fr */ +/* Updated: 2024/05/20 13:24:47 by gdandele ### ########.fr */ /* */ /* ************************************************************************** */ @@ -17,10 +17,16 @@ # include # include +# include + # ifndef BUFFER_SIZE # define BUFFER_SIZE 42 # endif +# ifndef OPEN_MAX +# define OPEN_MAX 10240 +# endif + /** * @brief Allocates and gets the next line from a file descriptor. *