summaryrefslogtreecommitdiffstats
path: root/src/s_struct.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/s_struct.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/s_struct.h b/src/s_struct.h
index 41b3360..29b89e3 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -10,14 +10,14 @@
/* */
/* ************************************************************************** */
-#ifndef S_STRUCT_H
-#define S_STRUCT_H
+#ifndef FT_S_STRUCT_H
+# define FT_S_STRUCT_H
-#include <stdint.h>
-#include <stddef.h>
-#include <limits.h>
+# include <stdint.h>
+# include <stddef.h>
+# include <limits.h>
-#include "d_define.h"
+# include "d_define.h"
typedef struct s_lvars
{