diff options
Diffstat (limited to 'libft/src/ft_putstr.c')
-rw-r--r-- | libft/src/ft_putstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/src/ft_putstr.c b/libft/src/ft_putstr.c index d29a940..572e989 100644 --- a/libft/src/ft_putstr.c +++ b/libft/src/ft_putstr.c @@ -11,7 +11,7 @@ /* / */ /* ************************************************************************** */ -#include "libft.h" +#include <libft.h> #include <unistd.h> int |