From 3b884e3836c70b1a19eb7778308fadbc608b0384 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 30 Jan 2020 20:57:29 +0100 Subject: making hashtable compile --- src/ht/ft_htnew.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ht/ft_htnew.c') diff --git a/src/ht/ft_htnew.c b/src/ht/ft_htnew.c index c3b7cc7..bcf81d1 100644 --- a/src/ht/ft_htnew.c +++ b/src/ht/ft_htnew.c @@ -11,6 +11,7 @@ /* ************************************************************************** */ #include "libft.h" +#include "libft_ht.h" t_ftht *ft_htnew(t_ftsize size) { -- cgit