summaryrefslogtreecommitdiff
path: root/ft_calloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_calloc.c')
-rw-r--r--ft_calloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_calloc.c b/ft_calloc.c
index 5baf8f1..2b711d9 100644
--- a/ft_calloc.c
+++ b/ft_calloc.c
@@ -6,11 +6,11 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/06 19:45:56 by dkaiser #+# #+# */
-/* Updated: 2024/03/07 16:34:30 by dkaiser ### ########.fr */
+/* Updated: 2024/03/10 13:17:31 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
-#include <stdlib.h>
+#include "libft.h"
void *ft_calloc(size_t count, size_t size)
{