diff options
Diffstat (limited to 'src/m_comm.h')
-rw-r--r-- | src/m_comm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m_comm.h b/src/m_comm.h index 3933cfe..26209b1 100644 --- a/src/m_comm.h +++ b/src/m_comm.h @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef M_COMM_H -#define M_COMM_H +#ifndef FT_M_COMM_H +# define FT_M_COMM_H -#include <stdint.h> +# include <stdint.h> -#include "s_struct.h" +# include "s_struct.h" uint8_t m_comm(const char line[], t_msh *msh); |