diff options
Diffstat (limited to '')
-rw-r--r-- | src/p_split.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p_split.h b/src/p_split.h index 00da660..85f663f 100644 --- a/src/p_split.h +++ b/src/p_split.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef P_SPLIT_H -#define P_SPLIT_H +#ifndef FT_P_SPLIT_H +# define FT_P_SPLIT_H typedef struct s_split_block { |