diff --git a/ex03/ft_point.h b/ex03/ft_point.h index cbcc0a0..ab14bc2 100644 --- a/ex03/ft_point.h +++ b/ex03/ft_point.h @@ -13,10 +13,10 @@ #ifndef FT_POINT_H # define FT_POINT_H -typedef struct s_point +typedef struct s_point { int x; int y; -} t_point; +} t_point; #endif diff --git a/ex05/ft_show_tab.c b/ex05/ft_show_tab.c index b5269dc..cd4cca1 100644 --- a/ex05/ft_show_tab.c +++ b/ex05/ft_show_tab.c @@ -12,6 +12,7 @@ #include #include +#include "ft_stock_str.h" void ft_putchar(char c) { @@ -60,6 +61,7 @@ void ft_show_tab(struct s_stock_str *par) /* //// #include +#include "../ex04/ft_strs_to_tab.c" int main(void) {