summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:26:15 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:26:15 +0000
commitb083bc0b660671c1dd393b4d94989d5e159fabab (patch)
tree4701c70eb0f411a67bdce29ac5e53bc7f22bea76 /src/snomasks.cpp
parentc31a4b8b444c460002ea69d2e75f60330897af38 (diff)
It seems that making inspircd.h the first include in .cpp files eliminates the warning C4996, as the defines to prevent it are set before any includes that cause it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7094 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index 200acb236..028004f86 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -11,6 +11,7 @@
* ---------------------------------------------------
*/
+#include "inspircd.h"
#include <stdarg.h>
#include "configreader.h"
#include "users.h"