summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-25 19:25:41 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-25 19:25:41 +0000
commit9f1bd74b09810565502451047b06b6eca7e47f7f (patch)
treea82551e9129f988c83fb55a2d5357340ae30ee22 /src/commands.cpp
parentad75aac62374e74a9829dc2f43939f4f8148a0f4 (diff)
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/commands.cpp')
-rw-r--r--src/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 0173f9113..dbb7a43a4 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -50,6 +50,7 @@
#include "message.h"
#include "mode.h"
#include "xline.h"
+#include "inspstring.h"
#ifdef GCC3
#define nspace __gnu_cxx