diff options
Diffstat (limited to '')
-rw-r--r-- | src/f_errno.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f_errno.h b/src/f_errno.h index bf9e36b..cc56518 100644 --- a/src/f_errno.h +++ b/src/f_errno.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef F_ERRNO_H -#define F_ERRNO_H +#ifndef FT_F_ERRNO_H +# define FT_F_ERRNO_H -#include "s_struct.h" +# include "s_struct.h" void f_dump_errno(const char concern[], t_msh *msh); |