summaryrefslogtreecommitdiff
path: root/libft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libft.h')
-rw-r--r--libft.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libft.h b/libft.h
index 148094f..0e35f35 100644
--- a/libft.h
+++ b/libft.h
@@ -6,13 +6,14 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/10 16:37:54 by dkaiser #+# #+# */
-/* Updated: 2024/03/11 13:11:23 by dkaiser ### ########.fr */
+/* Updated: 2024/04/12 16:44:02 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef LIBFT_H
# define LIBFT_H
+# include "ft_printf.h"
# include <stdlib.h>
# include <string.h>
# include <unistd.h>