summaryrefslogtreecommitdiffstats
path: root/src/dns.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/dns.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/dns.cpp')
-rw-r--r--src/dns.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dns.cpp b/src/dns.cpp
index 980eff33e..81cfb0356 100644
--- a/src/dns.cpp
+++ b/src/dns.cpp
@@ -32,6 +32,7 @@ looks like this, walks like this or tastes like this.
#endif
#include "inspircd.h"
+#include "dns.h"
/** Masks to mask off the responses we get from the DNSRequest methods
*/