diff options
Diffstat (limited to 'src/e_redirs.h')
-rw-r--r-- | src/e_redirs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/e_redirs.h b/src/e_redirs.h index 7fddea0..ed9a9fb 100644 --- a/src/e_redirs.h +++ b/src/e_redirs.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef M_REDIRS_H -#define M_REDIRS_H +#ifndef FT_M_REDIRS_H +# define FT_M_REDIRS_H -#include "s_struct.h" +# include "s_struct.h" void e_dup_redirs(const t_com *com, t_msh *msh); |