diff options
Diffstat (limited to '')
-rw-r--r-- | src/b_unset.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/b_unset.h b/src/b_unset.h index fa89161..8e8c3dc 100644 --- a/src/b_unset.h +++ b/src/b_unset.h @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef B_UNSET_H -#define B_UNSET_H +#ifndef FT_B_UNSET_H +# define FT_B_UNSET_H -#include <stdint.h> +# include <stdint.h> -#include "s_struct.h" +# include "s_struct.h" uint8_t b_unset(char *args[], t_msh *msh); |