summaryrefslogtreecommitdiffstats
path: root/src/p_lblock.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_lblock.h2
1 files changed, 2 insertions, 0 deletions
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 <libft.h>
# include <stdint.h>
# 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