diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_init.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/m_init.h b/src/m_init.h index 358db5d..882c7f1 100644 --- a/src/m_init.h +++ b/src/m_init.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef M_INIT_H -#define M_INIT_H +#ifndef FT_M_INIT_H +# define FT_M_INIT_H -#include "s_struct.h" +# include "s_struct.h" void m_init_custom_vars(t_msh *msh); |