summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/u_vars.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/u_vars.h b/src/u_vars.h
index c76518e..92dce53 100644
--- a/src/u_vars.h
+++ b/src/u_vars.h
@@ -10,13 +10,13 @@
/* */
/* ************************************************************************** */
-#ifndef U_VARS_H
-#define U_VARS_H
+#ifndef FT_U_VARS_H
+# define FT_U_VARS_H
-#include <stdint.h>
-#include <stddef.h>
+# include <stdint.h>
+# include <stddef.h>
-#include "s_struct.h"
+# include "s_struct.h"
void u_get_custom_var(char str[],
const char varname[],