summaryrefslogtreecommitdiffstats
path: root/src/m_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_loop.h')
-rw-r--r--src/m_loop.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m_loop.h b/src/m_loop.h
index 1f60744..c74a5f9 100644
--- a/src/m_loop.h
+++ b/src/m_loop.h
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef M_LOOP
-#define M_LOOP
+#ifndef FT_M_LOOP
+# define FT_M_LOOP
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
void m_dump_hist(t_msh *msh);
uint8_t m_loop(int32_t fd, t_msh *msh);