From 22e40654fadb2373697742e0ff8deb6ad87c6601 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 18 Jan 2025 17:04:56 +0100 Subject: Add handling for times_must_eat --- philo/include/philo.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'philo/include') diff --git a/philo/include/philo.h b/philo/include/philo.h index faf1bbf..b4db15b 100644 --- a/philo/include/philo.h +++ b/philo/include/philo.h @@ -6,7 +6,7 @@ /* By: dkaiser