summaryrefslogtreecommitdiffstats
path: root/src/m_mshrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_mshrc.h')
-rw-r--r--src/m_mshrc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/m_mshrc.h b/src/m_mshrc.h
index 325b742..75daf15 100644
--- a/src/m_mshrc.h
+++ b/src/m_mshrc.h
@@ -13,8 +13,10 @@
#ifndef M_MSHRC_H
#define M_MSHRC_H
+#include <stdint.h>
+
#include "s_struct.h"
-void m_source_mshrc(t_msh *msh);
+uint8_t m_source_mshrc(t_msh *msh);
#endif