summaryrefslogtreecommitdiff
path: root/include/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/module.h b/include/module.h
index fa09f545c..1b92f95c4 100644
--- a/include/module.h
+++ b/include/module.h
@@ -1,3 +1,6 @@
+#ifndef MODULE_H
+#define MODULE_H
+
#include "services.h"
#include "commands.h"
#include "language.h"
@@ -7,3 +10,6 @@
#define MOD_UNIQUE 0
#define MOD_HEAD 1
#define MOD_TAIL 2
+
+#endif
+