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