diff options
| author | 2005-12-02 16:14:21 +0000 | |
|---|---|---|
| committer | 2005-12-02 16:14:21 +0000 | |
| commit | ff03bd3af021a58b8058fea3090679f7c7bdedd4 (patch) | |
| tree | 08f4c552bf43242123cd31301f63837f677a7e7e /src/users.cpp | |
| parent | Allowed ulined servers to by pass all oper permissions checking (diff) | |
Fixed a missing include
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2119 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 2c36a444c..b5a30093a 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -27,6 +27,7 @@ using namespace std; #include <signal.h> #endif #include "inspstring.h" +#include "commands.h" #include "helperfuncs.h" extern std::stringstream config_f; |
