diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 19:13:56 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 19:13:56 +0200 |
commit | 2fef0c2c7a2c8b7b635c3a73279f979eb607146c (patch) | |
tree | 92b3495f02ee6684eec4b45b2febe214aad10459 /src/e_line.h | |
parent | Normed e_externs (diff) | |
download | 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.tar.gz 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.tar.bz2 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.tar.xz 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.tar.zst 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.zip |
Pipes restructuration in progress
Diffstat (limited to 'src/e_line.h')
-rw-r--r-- | src/e_line.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/e_line.h b/src/e_line.h index 02b7714..66b601c 100644 --- a/src/e_line.h +++ b/src/e_line.h @@ -10,11 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef E_LCOM_H -#define E_LCOM_H +#ifndef FT_E_LCOM_H +# define FT_E_LCOM_H -#include <stdint.h> -#include "s_struct.h" +# include <stdint.h> + +# include "s_struct.h" void e_line(t_msh *msh); |