summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/numerics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/numerics.h b/include/numerics.h
index 76c5282a3..55c1a85bf 100644
--- a/include/numerics.h
+++ b/include/numerics.h
@@ -11,6 +11,9 @@
* ---------------------------------------------------
*/
+#ifndef __NUMERICS_H
+#define __NUMERICS_H
+
/*
* This file is aimed providing a string that is easier to use than using the numeric
* directly.
@@ -146,3 +149,5 @@ enum Numerics
ERR_CANTLOADMODULE = 974, // insp-specific
RPL_LOADEDMODULE = 975 // insp-specific
};
+
+#endif