summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-29 04:32:31 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-29 04:32:31 +0000
commit36e5e3ff42e40c5789ef129d0da546fa41102381 (patch)
tree929d1c366c9b07697bac9889f1f87d10256aae3e /src
parentaba25d142ea1505cc401cc087f3f02e5db72c02d (diff)
Fixed lengths
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1547 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/hashcomp.cpp1
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"