From 37040d7917928f5666717dc9b238a3246d470fbe Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 22 Oct 2020 16:26:01 +0200 Subject: Fix --- src/p_lblock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/p_lblock.h') diff --git a/src/p_lblock.h b/src/p_lblock.h index 2f6ba37..9f92beb 100644 --- a/src/p_lblock.h +++ b/src/p_lblock.h @@ -13,10 +13,12 @@ #ifndef P_LBLOCK_H # define P_LBLOCK_H +# include # include # include "s_struct.h" +t_bool p_find_good_pipe(const char word[]); int8_t p_line_block(const char line[], t_msh *msh); #endif -- cgit v1.2.3