From 8307b7b5f28b0c3516f10000b1ac89c50cfa4d63 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 8 Mar 2020 22:51:29 +0100 Subject: Linux portability --- 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