From a609e8d638fe92d5ea644d2d2313adb997cd3cb4 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 18 Mar 2024 11:43:53 +0100 Subject: Change include to updated location --- ft_printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ft_printf.c') diff --git a/ft_printf.c b/ft_printf.c index b107513..fc77f81 100644 --- a/ft_printf.c +++ b/ft_printf.c @@ -6,11 +6,11 @@ /* By: dkaiser