diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-28 20:30:06 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-28 20:30:06 +0000 |
commit | bf6ec00f3dc5ae23da1e8a4e20d44555eca0593a (patch) | |
tree | 88e7c781fd244d79de78e245c1eb18862341f285 /src/hashcomp.cpp | |
parent | c545631538fe8058a1abd126f5c3b530ff003e54 (diff) |
Fixed fd_Setsize in cygwin
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1541 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/hashcomp.cpp')
-rw-r--r-- | src/hashcomp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index 13e28ea15..62aef7ffe 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -16,8 +16,8 @@ using namespace std; -#include <string> #include "inspircd.h" +#include <string> #include "hashcomp.h" #include "helperfuncs.h" #ifdef GCC3 |