#ifndef PHILO_H # define PHILO_H # include "libft.h" # include # include # include # include # include typedef struct s_philo { char *str; } t_philo; #endif