From: Lukas Jiriste Date: Mon, 11 Sep 2023 16:45:31 +0000 (+0200) Subject: Included for size_t to be defined for a function prototype. X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=a7e41a5b2177c8214da97ccec6169f9ee82a48f2;p=42%2Fget_next_line.git Included for size_t to be defined for a function prototype. --- diff --git a/get_next_line.h b/get_next_line.h index 3e15b4d..65cff09 100644 --- a/get_next_line.h +++ b/get_next_line.h @@ -6,7 +6,7 @@ /* By: ljiriste +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/08/28 11:24:52 by ljiriste #+# #+# */ -/* Updated: 2023/09/11 15:41:02 by ljiriste ### ########.fr */ +/* Updated: 2023/09/11 18:44:28 by ljiriste ### ########.fr */ /* */ /* ************************************************************************** */ @@ -17,6 +17,8 @@ # define BUFFER_SIZE 80 # endif +# include + typedef struct s_file_thread { int fd;