diff options
Diffstat (limited to '')
-rw-r--r-- | libft/src/ft_strmapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/src/ft_strmapi.c b/libft/src/ft_strmapi.c index 7a38ca9..8a47875 100644 --- a/libft/src/ft_strmapi.c +++ b/libft/src/ft_strmapi.c @@ -11,7 +11,7 @@ /* / */ /* ************************************************************************** */ -#include "libft.h" +#include <libft.h> char *ft_strmapi(const char *s, char (*f)(unsigned int, char)) |