summaryrefslogtreecommitdiffstats
path: root/src/f_exec.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/f_exec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f_exec.h b/src/f_exec.h
index 1ea0683..b1a8b36 100644
--- a/src/f_exec.h
+++ b/src/f_exec.h
@@ -10,10 +10,10 @@
/* */
/* ************************************************************************** */
-#ifndef F_EXEC_H
-#define F_EXEC_H
+#ifndef FT_F_EXEC_H
+# define FT_F_EXEC_H
-#include "s_struct.h"
+# include "s_struct.h"
void f_exec(const char fullpath[], const char bin[]);