summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/b_h.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/b_h.h b/src/b_h.h
index 30a78fd..e15d42a 100644
--- a/src/b_h.h
+++ b/src/b_h.h
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef B_H_H
-#define B_H_H
+#ifndef FT_B_H_H
+# define FT_B_H_H
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
uint8_t b_h(char *args[], t_msh *msh);