diff options
| author | 2005-03-25 19:25:41 +0000 | |
|---|---|---|
| committer | 2005-03-25 19:25:41 +0000 | |
| commit | 9f1bd74b09810565502451047b06b6eca7e47f7f (patch) | |
| tree | a82551e9129f988c83fb55a2d5357340ae30ee22 /src/connection.cpp | |
| parent | Fixed a little bug that would come back to bite us when gcc3.5 comes out... (diff) | |
| download | inspircd++-9f1bd74b09810565502451047b06b6eca7e47f7f.tar.gz inspircd++-9f1bd74b09810565502451047b06b6eca7e47f7f.tar.bz2 inspircd++-9f1bd74b09810565502451047b06b6eca7e47f7f.zip | |
Added implementation of strlcpy and strlcat for systems that dont have it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@905 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
| -rw-r--r-- | src/connection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index d60da90ac..475e9ade5 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -25,6 +25,7 @@ #include <deque> #include "inspircd.h" #include "modules.h" +#include "inspstring.h" using namespace std; |
