From cad4c0e70d39a6ad5637f629df28bf8e2088c168 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 1 Oct 2020 18:35:09 +0200 Subject: Normed multiple fs --- src/f_errno.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/f_errno.h') 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); -- cgit v1.2.3