From 57c2b65f08c9c0658003a74a32c6506829e12b0b Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 5 May 2013 03:30:08 -0400 Subject: Move module header files to include/modules to fix naming conflicts with system headers --- modules/commands/os_dns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/os_dns.cpp') diff --git a/modules/commands/os_dns.cpp b/modules/commands/os_dns.cpp index ebfa16227..698fa0e1a 100644 --- a/modules/commands/os_dns.cpp +++ b/modules/commands/os_dns.cpp @@ -6,7 +6,7 @@ */ #include "module.h" -#include "../dns.h" +#include "modules/dns.h" static ServiceReference dnsmanager("DNS::Manager", "dns/manager"); -- cgit