diff options
Diffstat (limited to 'src/u_alias.h')
-rw-r--r-- | src/u_alias.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/u_alias.h b/src/u_alias.h index 59860db..341f8be 100644 --- a/src/u_alias.h +++ b/src/u_alias.h @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef U_ALIAS_H -#define U_ALIAS_H +#ifndef FT_U_ALIAS_H +# define FT_U_ALIAS_H -#include <stddef.h> +# include <stddef.h> -#include "s_struct.h" +# include "s_struct.h" uint8_t u_get_alias_value(char str[], const char name[], |