diff options
Diffstat (limited to 'ft_memdel.c')
| -rw-r--r-- | ft_memdel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_memdel.c b/ft_memdel.c index e67f9f3..2b21f33 100644 --- a/ft_memdel.c +++ b/ft_memdel.c @@ -6,11 +6,11 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/07 10:00:56 by cacharle #+# #+# */ -/* Updated: 2019/11/20 01:57:44 by cacharle ### ########.fr */ +/* Updated: 2019/11/20 03:22:41 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -#include <stdlib.h> +#include "libft.h" void ft_memdel(void **ap) { |
