[svn] commit: r175 - /branches/f2f200910/src/bin/host/host.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 29 21:42:55 UTC 2009
Author: jreed
Date: Thu Oct 29 21:42:55 2009
New Revision: 175
Log:
Fix include headers to add dns/
(to use automake)
Modified:
branches/f2f200910/src/bin/host/host.cc
Modified: branches/f2f200910/src/bin/host/host.cc
==============================================================================
--- branches/f2f200910/src/bin/host/host.cc (original)
+++ branches/f2f200910/src/bin/host/host.cc Thu Oct 29 21:42:55 2009
@@ -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;
More information about the bind10-changes
mailing list