diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 03:03:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 03:03:23 +0000 |
commit | eb4229deed0281ae566ef7e55a144e5d3183a4b2 (patch) | |
tree | b99c2b78da26b68e04dcccba5bc6efb55706d237 /src/dns.cpp | |
parent | 84b6d82413c71c845c97279ea9150089cd9f8b5a (diff) |
Moved a ton of functions into helperfuncs.h to speed up recompiles
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dns.cpp')
-rw-r--r-- | src/dns.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index 73566cf89..368aa485d 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -34,6 +34,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include <netinet/in.h> #include <arpa/inet.h> #include "dns.h" +#include "helperfuncs.h" extern int statsAccept,statsRefused,statsUnknown,statsCollisions,statsDns,statsDnsGood,statsDnsBad,statsConnects,statsSent,statsRecv; |