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