summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-24 15:59:40 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-24 15:59:40 +0000
commitc6c17f59976470df912d58a8ab35fe9d823dfe76 (patch)
tree3f3fe2e80ccba9850165a74b23c4d8a9b2d2d292 /src/commands.cpp
parent28cc1b6ceb018f6996510ad00523a1578cbdf16b (diff)
Added XLine stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@712 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 3dd1004f1..28d10c3b5 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -33,6 +33,7 @@
#include "wildcard.h"
#include "message.h"
#include "mode.h"
+#include "xline.h"
#ifdef GCC3
#define nspace __gnu_cxx