diff options
Diffstat (limited to 'libft/src/ft_split.c')
-rw-r--r-- | libft/src/ft_split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/src/ft_split.c b/libft/src/ft_split.c index 7c706cf..f0cac95 100644 --- a/libft/src/ft_split.c +++ b/libft/src/ft_split.c @@ -11,7 +11,7 @@ /* / */ /* ************************************************************************** */ -#include "libft.h" +#include <libft.h> #include <stddef.h> #include <stdlib.h> #include <inttypes.h> |