summaryrefslogtreecommitdiff
path: root/ft_putendl_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_putendl_fd.c')
-rw-r--r--ft_putendl_fd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_putendl_fd.c b/ft_putendl_fd.c
index 9929875..ab08ec4 100644
--- a/ft_putendl_fd.c
+++ b/ft_putendl_fd.c
@@ -6,11 +6,11 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/06 20:47:17 by dkaiser #+# #+# */
-/* Updated: 2024/03/06 20:49:12 by dkaiser ### ########.fr */
+/* Updated: 2024/03/10 13:20:39 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
-#include <unistd.h>
+#include "libft.h"
void ft_putendl_fd(char *s, int fd)
{