aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Jackmcbarn2011-01-30 13:10:12 -0500
committerGravatar Jackmcbarn2011-01-30 13:10:12 -0500
commitb53e121ef459fca3612e6d4b5a02bb2eb07d7580 (patch)
tree788a80b9606b102549098b5aa413a65f3f8ec379 /src/users.cpp
parentFix bug #83 (diff)
downloadinspircd++-b53e121ef459fca3612e6d4b5a02bb2eb07d7580.tar.gz
inspircd++-b53e121ef459fca3612e6d4b5a02bb2eb07d7580.tar.bz2
inspircd++-b53e121ef459fca3612e6d4b5a02bb2eb07d7580.zip
Remove dns.h from inspircd.h
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 36472b549..0954ece9d 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -12,6 +12,7 @@
*/
#include "inspircd.h"
+#include "dns.h"
#include "protocol.h"
#include <stdarg.h>
#include "xline.h"