Browse Source

Fix include headers to add dns/
(to use automake)


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@175 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
0248899076
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/host/host.cc

+ 2 - 2
src/bin/host/host.cc

@@ -6,8 +6,8 @@
 #include <iostream>
 using namespace std;    // I don't understand why this is needed for cout
 
-#include "rrset.h"
-#include "message.h"
+#include "dns/rrset.h"
+#include "dns/message.h"
 
 using namespace isc::dns;