summaryrefslogtreecommitdiffstats
path: root/src/m_prompt.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_prompt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m_prompt.h b/src/m_prompt.h
index 585d81f..c22da29 100644
--- a/src/m_prompt.h
+++ b/src/m_prompt.h
@@ -13,10 +13,9 @@
#ifndef M_PROMPT_H
# define M_PROMPT_H
-# include <stdint.h>
# include "s_struct.h"
-void m_prompt_psx(uint8_t x, t_msh *msh);
+void m_prompt_psx(unsigned char x, t_msh *msh);
#endif