From d0c146c2274198814e106b17ea1f9461a1b0b81a Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 15 Nov 2019 16:23:11 +0100 Subject: Linux OPEN_MAX --- ft_putchar_fd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ft_putchar_fd.c') diff --git a/ft_putchar_fd.c b/ft_putchar_fd.c index a06b8b1..78d94a8 100644 --- a/ft_putchar_fd.c +++ b/ft_putchar_fd.c @@ -10,8 +10,7 @@ /* */ /* ************************************************************************** */ -#include -#include +#include "libft.h" void ft_putchar_fd(char c, int fd) { -- cgit