From f0680338833dd76966ba1769980abb9eafb50467 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 9 Aug 2006 14:20:04 +0000 Subject: Tidy up loglevel enum (remove some C-ish defines) change ServerConfig to pass a pointer to 'this' to Validation etc functions git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4811 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_foobar.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules') diff --git a/src/modules/m_foobar.cpp b/src/modules/m_foobar.cpp index 9cd8cb45e..6db01bc03 100644 --- a/src/modules/m_foobar.cpp +++ b/src/modules/m_foobar.cpp @@ -19,6 +19,7 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" +#include "helperfuncs.h" /* $ModDesc: A dummy module for testing */ -- cgit v1.2.3