aboutsummaryrefslogtreecommitdiff
path: root/ft_putchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_putchar.c')
-rw-r--r--ft_putchar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_putchar.c b/ft_putchar.c
index 0e01aea..2838f0a 100644
--- a/ft_putchar.c
+++ b/ft_putchar.c
@@ -6,11 +6,11 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 09:53:31 by cacharle #+# #+# */
-/* Updated: 2019/10/09 08:45:20 by cacharle ### ########.fr */
+/* Updated: 2019/11/20 03:49:14 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
-#include <unistd.h>
+#include "libft.h"
void ft_putchar(char c)
{