diff options
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 3c4701ed6..5a70bb41d 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -40,6 +40,7 @@ using namespace std; #include "socketengine.h" extern SocketEngine* SE; +extern ServerConfig* Config; serverstats* stats; #define max(a,b) (a > b ? a : b) |