summaryrefslogtreecommitdiffstats
path: root/libft/src/ft_putendl_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libft/src/ft_putendl_fd.c')
-rw-r--r--libft/src/ft_putendl_fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/src/ft_putendl_fd.c b/libft/src/ft_putendl_fd.c
index 39fe7c1..9b0f495 100644
--- a/libft/src/ft_putendl_fd.c
+++ b/libft/src/ft_putendl_fd.c
@@ -11,7 +11,7 @@
/* / */
/* ************************************************************************** */
-#include "libft.h"
+#include <libft.h>
void
ft_putendl_fd(char *s, int fd)