diff options
| author | 2005-12-16 09:56:33 +0000 | |
|---|---|---|
| committer | 2005-12-16 09:56:33 +0000 | |
| commit | 898e8da56573c70524a926c1df5dbab7ffcca6a5 (patch) | |
| tree | c39386855aacfb719554af7cb3afe0d3c62e59b4 /src/userprocess.cpp | |
| parent | Moved BoundPortCount into serverstats (diff) | |
Moved command parsing crap into command_parse.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2505 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
| -rw-r--r-- | src/userprocess.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index f8d7218cf..39ece61b0 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -57,6 +57,7 @@ using namespace std; #include "hashcomp.h" #include "socketengine.h" #include "typedefs.h" +#include "command_parse.h" extern int MODCOUNT; extern struct sockaddr_in client,server; |
