From 2baa67fd7ad31fe53ab21d257a104478e787fb62 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 24 Oct 2020 13:06:05 +0200 Subject: Replacing mutex stdout by semaphore in philo two, Compilation on Linux --- philo_three/src/philo_three.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'philo_three/src') diff --git a/philo_three/src/philo_three.h b/philo_three/src/philo_three.h index 1c1b8af..bb41343 100644 --- a/philo_three/src/philo_three.h +++ b/philo_three/src/philo_three.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/15 00:46:26 by cacharle #+# #+# */ -/* Updated: 2020/10/05 16:54:29 by cacharle ### ########.fr */ +/* Updated: 2020/10/24 13:02:33 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -14,6 +14,7 @@ # define PHILO_THREE_H # include +# include # include # include # include -- cgit