aboutsummaryrefslogtreecommitdiff
path: root/ft_putstr_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_putstr_fd.c')
-rw-r--r--ft_putstr_fd.c3
1 files changed, 1 insertions, 2 deletions
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 <unistd.h>
-#include <limits.h>
+#include "libft.h"
void ft_putstr_fd(char *s, int fd)
{