summaryrefslogtreecommitdiffstats
path: root/src/s_com.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_com.h')
-rw-r--r--src/s_com.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s_com.h b/src/s_com.h
index aad61e2..80c03e1 100644
--- a/src/s_com.h
+++ b/src/s_com.h
@@ -10,10 +10,10 @@
/* */
/* ************************************************************************** */
-#ifndef S_COM_H
-#define S_COM_H
+#ifndef FT_S_COM_H
+# define FT_S_COM_H
-#include "s_struct.h"
+# include "s_struct.h"
void s_com_destroy(t_com **com);
t_com *s_com_new(const char word[], t_msh *msh);