summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m_argv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m_argv.h b/src/m_argv.h
index 8d12d05..ed639a0 100644
--- a/src/m_argv.h
+++ b/src/m_argv.h
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef M_ARGV_H
-#define M_ARGV_H
+#ifndef FT_M_ARGV_H
+# define FT_M_ARGV_H
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
uint8_t m_argv(int argc, char *const argv[], t_msh *msh);