diff options
author | Adam <Adam@anope.org> | 2013-04-15 00:59:58 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-15 01:00:45 -0500 |
commit | 16c124d34e43282da6c552739211f8d8aca04791 (patch) | |
tree | 4d082f07494d3c4b61877633048daf5743a0f4b9 /modules/commands/os_dns.cpp | |
parent | f08dbced60d59de28d13efee2e19097e0b42f4c7 (diff) |
Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if users want them built they should copy or symlink them out of extras
Diffstat (limited to 'modules/commands/os_dns.cpp')
-rw-r--r-- | modules/commands/os_dns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_dns.cpp b/modules/commands/os_dns.cpp index 04971e89a..346ff4727 100644 --- a/modules/commands/os_dns.cpp +++ b/modules/commands/os_dns.cpp @@ -6,7 +6,7 @@ */ #include "module.h" -#include "../extra/dns.h" +#include "../dns.h" static ServiceReference<DNS::Manager> dnsmanager("DNS::Manager", "dns/manager"); |