From 2f90caf673a8a564aeb3899d4294d0e1191dc837 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 1 Oct 2020 18:30:16 +0200 Subject: Normed f_com --- src/f_com.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/f_com.h') diff --git a/src/f_com.h b/src/f_com.h index d7c46e1..a6859f5 100644 --- a/src/f_com.h +++ b/src/f_com.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef F_COM_H -#define F_COM_H +#ifndef FT_F_COM_H +# define FT_F_COM_H -#include "s_struct.h" +# include "s_struct.h" void f_fail_command_not_found(const char command[], t_msh *msh); -- cgit v1.2.3