BIND 10 master, updated. 25fec05f27988d1bf5dbdd87ab67ee61e6ff15f0 [2998]] Corrects a build error under Solaris10 SunStudio where use of getenv requires include of stdlib.h in src/bin/d2/d2_controller.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 10 20:45:32 UTC 2013
The branch, master has been updated
via 25fec05f27988d1bf5dbdd87ab67ee61e6ff15f0 (commit)
from 7212536c15e7374828bb74657d6f6d30cac4160d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 25fec05f27988d1bf5dbdd87ab67ee61e6ff15f0
Author: Thomas Markwalder <tmark at isc.org>
Date: Mon Jun 10 16:43:36 2013 -0400
[2998]] Corrects a build error under Solaris10 SunStudio where use of
getenv requires include of stdlib.h in src/bin/d2/d2_controller.cc
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/d2_controller.cc | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_controller.cc b/src/bin/d2/d2_controller.cc
index 0200b64..0cf71b3 100644
--- a/src/bin/d2/d2_controller.cc
+++ b/src/bin/d2/d2_controller.cc
@@ -16,6 +16,8 @@
#include <d2/d2_process.h>
#include <d2/spec_config.h>
+#include <stdlib.h>
+
namespace isc {
namespace d2 {
More information about the bind10-changes
mailing list