diff options
Diffstat (limited to 'src/f_chdir.h')
-rw-r--r-- | src/f_chdir.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f_chdir.h b/src/f_chdir.h index c4136af..d065f41 100644 --- a/src/f_chdir.h +++ b/src/f_chdir.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef F_CHDIR_H -#define F_CHDIR_H +#ifndef FT_F_CHDIR_H +# define FT_F_CHDIR_H -#include "s_struct.h" +# include "s_struct.h" void f_fail_chd(const char concern[], const char pathp[], t_msh *msh); |