From 8307b7b5f28b0c3516f10000b1ac89c50cfa4d63 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 8 Mar 2020 22:51:29 +0100 Subject: Linux portability --- ft_putstr_fd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ft_putstr_fd.c') diff --git a/ft_putstr_fd.c b/ft_putstr_fd.c index 1f2bbda..645c133 100644 --- a/ft_putstr_fd.c +++ b/ft_putstr_fd.c @@ -10,8 +10,7 @@ /* */ /* ************************************************************************** */ -#include -#include +#include "libft.h" void ft_putstr_fd(char *s, int fd) { -- cgit