diff options
Diffstat (limited to 'philo_three/src')
| -rw-r--r-- | philo_three/src/philo_three.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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 <unistd.h> +# include <fcntl.h> # include <stdlib.h> # include <signal.h> # include <sys/time.h> |
