summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-12-15 18:39:57 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-12-15 18:39:57 +0000
commite9b7f1c3354e4ae032e5e00deda675bfc82a4638 (patch)
tree3f7932b29b90daa59c2a5fb4d39b9b05645ffe63 /src
parent38e68cc763cf9d40f577a18a3b7e93afbbb026ad (diff)
- client.c: #include "parse.h"
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2681 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r--src/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c
index 8a2dd73..a28f138 100644
--- a/src/client.c
+++ b/src/client.c
@@ -52,6 +52,7 @@
#include "userhost.h"
#include "watch.h"
#include "rng_mt.h"
+#include "parse.h"
dlink_list listing_client_list = { NULL, NULL, 0 };
/* Pointer to beginning of Client list */