aboutsummaryrefslogtreecommitdiff
path: root/c12/ex01/ft_list_push_front.c
diff options
context:
space:
mode:
Diffstat (limited to 'c12/ex01/ft_list_push_front.c')
-rw-r--r--c12/ex01/ft_list_push_front.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c12/ex01/ft_list_push_front.c b/c12/ex01/ft_list_push_front.c
index 76fedd9..867b007 100644
--- a/c12/ex01/ft_list_push_front.c
+++ b/c12/ex01/ft_list_push_front.c
@@ -6,11 +6,11 @@
/* By: cacharle <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/07/09 17:19:14 by cacharle #+# #+# */
-/* Updated: 2019/07/17 17:10:46 by cacharle ### ########.fr */
+/* Updated: 2019/07/23 15:16:43 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
-
+#include <stdlib.h>
#include "ft_list.h"
void ft_list_push_front(t_list **begin_list, void *data)