summaryrefslogtreecommitdiffstats
path: root/src/f_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_file.h')
-rw-r--r--src/f_file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f_file.h b/src/f_file.h
index f34f038..0f86bf1 100644
--- a/src/f_file.h
+++ b/src/f_file.h
@@ -10,10 +10,10 @@
/* */
/* ************************************************************************** */
-#ifndef F_FILE_H
-#define F_FILE_H
+#ifndef FT_F_FILE_H
+# define FT_F_FILE_H
-#include "s_struct.h"
+# include "s_struct.h"
void f_open_file(char filename[], t_msh *msh);