diff options
| author | 2005-05-29 04:32:31 +0000 | |
|---|---|---|
| committer | 2005-05-29 04:32:31 +0000 | |
| commit | 36e5e3ff42e40c5789ef129d0da546fa41102381 (patch) | |
| tree | 929d1c366c9b07697bac9889f1f87d10256aae3e /src/hashcomp.cpp | |
| parent | A lot more of the core consts are now configurable at compile time (diff) | |
Fixed lengths
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1547 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/hashcomp.cpp')
| -rw-r--r-- | src/hashcomp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index 62aef7ffe..d21a83274 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -16,6 +16,7 @@ using namespace std; +#include "inspircd_config.h" #include "inspircd.h" #include <string> #include "hashcomp.h" |
