summaryrefslogtreecommitdiffstats
path: root/src/ft_m_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_m_loop.h')
-rw-r--r--src/ft_m_loop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_m_loop.h b/src/ft_m_loop.h
index b7a6b12..4dd1873 100644
--- a/src/ft_m_loop.h
+++ b/src/ft_m_loop.h
@@ -14,6 +14,7 @@
#define FT_M_LOOP
#include <stdint.h>
+
#include "ft_s_struct.h"
uint8_t ft_m_loop(t_msh *msh);