Included <stddef.h> for size_t to be defined for a function prototype.
authorLukas Jiriste <ljiriste@student.42prague.com>
Mon, 11 Sep 2023 16:45:31 +0000 (18:45 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Mon, 11 Sep 2023 16:45:31 +0000 (18:45 +0200)
get_next_line.h

index 3e15b4dd4775b300c383b0cd8de7f5a321ee0379..65cff09d9961d4516406a612cd5a9ae2073a22a0 100644 (file)
@@ -6,7 +6,7 @@
 /*   By: ljiriste <marvin@42.fr>                    +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   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 <stddef.h>
+
 typedef struct s_file_thread
 {
        int             fd;