aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqloper.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-12-04 21:41:26 +0000
committerGravatar brain2006-12-04 21:41:26 +0000
commitbcac49dca78631687975771c6d0a76b595171664 (patch)
treeca5940e1ad88f90c7d67119c0a766d6a524b064c /src/modules/extra/m_sqloper.cpp
parentTons of comments! (diff)
Update $ModDep lines so that these properly depend on their headers in the makefile
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5853 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqloper.cpp')
-rw-r--r--src/modules/extra/m_sqloper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/extra/m_sqloper.cpp b/src/modules/extra/m_sqloper.cpp
index 2dc74fe2e..3857e0dcd 100644
--- a/src/modules/extra/m_sqloper.cpp
+++ b/src/modules/extra/m_sqloper.cpp
@@ -26,6 +26,7 @@
#include "commands/cmd_oper.h"
/* $ModDesc: Allows storage of oper credentials in an SQL table */
+/* $ModDep: m_sqlv2.h m_sqlutils.h */
class ModuleSQLOper : public Module
{