From 7d9cc14d3e91896b38f0228fb63ad02f5c2b61da Mon Sep 17 00:00:00 2001 From: peavey Date: Sat, 14 Feb 2009 21:14:43 +0000 Subject: Add missing header #define assuring its only included once where needed git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11106 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/numerics.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/numerics.h') 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 -- cgit v1.2.3