diff options
| author | 2006-12-04 21:41:26 +0000 | |
|---|---|---|
| committer | 2006-12-04 21:41:26 +0000 | |
| commit | bcac49dca78631687975771c6d0a76b595171664 (patch) | |
| tree | ca5940e1ad88f90c7d67119c0a766d6a524b064c /src/modules/m_opermd5.cpp | |
| parent | Tons 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/m_opermd5.cpp')
| -rw-r--r-- | src/modules/m_opermd5.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_opermd5.cpp b/src/modules/m_opermd5.cpp index b20a9362f..6e779f19b 100644 --- a/src/modules/m_opermd5.cpp +++ b/src/modules/m_opermd5.cpp @@ -15,6 +15,7 @@ */ /* $ModDesc: Allows for MD5 encrypted oper passwords */ +/* $ModDep: m_md5.h */ using namespace std; |
