diff options
Diffstat (limited to 'src/f_alloc.h')
-rw-r--r-- | src/f_alloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f_alloc.h b/src/f_alloc.h index 73f7a91..79d93c7 100644 --- a/src/f_alloc.h +++ b/src/f_alloc.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef F_ALLOC_H -#define F_ALLOC_H +#ifndef FT_F_ALLOC_H +# define FT_F_ALLOC_H -#include "s_struct.h" +# include "s_struct.h" void f_alloc_and_destroy_msh(t_msh *msh); void f_alloc_and_clear_line(t_msh *msh); |