diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_prompt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m_prompt.h b/src/m_prompt.h index 8aae6f7..235c6e1 100644 --- a/src/m_prompt.h +++ b/src/m_prompt.h @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef M_PROMPT_H -#define M_PROMPT_H +#ifndef FT_M_PROMPT_H +# define FT_M_PROMPT_H -#include <stdint.h> +# include <stdint.h> -#include "s_struct.h" +# include "s_struct.h" void m_prompt_psx(uint8_t x, t_msh *msh); |