diff options
Diffstat (limited to 'src/str/ft_strcat.c')
| -rw-r--r-- | src/str/ft_strcat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/str/ft_strcat.c b/src/str/ft_strcat.c index d5bc7e0..faed515 100644 --- a/src/str/ft_strcat.c +++ b/src/str/ft_strcat.c @@ -11,6 +11,7 @@ /* ************************************************************************** */ #include "libft.h" +#include "libft_mem.h" char *ft_strcat(char *dest, const char *src) { |
