diff options
| author | 2005-12-15 13:45:09 +0000 | |
|---|---|---|
| committer | 2005-12-15 13:45:09 +0000 | |
| commit | 85e2be16c6bdb0f4cb6eaef6910d7250e03d7186 (patch) | |
| tree | c0fbe0499aa5ae9253a76af3c6ead4dd5ec0c3f0 /include | |
| parent | Moved a ton of user related functions from inspircd.cpp to users.cpp (diff) | |
Fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2469 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/users.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 6e5aba1a2..b2463e7b3 100644 --- a/include/users.h +++ b/include/users.h @@ -25,6 +25,8 @@ #ifndef __USERS_H__ #define __USERS_H__ + +#include "hashcomp.h" #define STATUS_OP 4 #define STATUS_HOP 2 |
