]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2998]] Corrects a build error under Solaris10 SunStudio where use of
authorThomas Markwalder <tmark@isc.org>
Mon, 10 Jun 2013 20:43:36 +0000 (16:43 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 10 Jun 2013 20:43:36 +0000 (16:43 -0400)
getenv requires include of stdlib.h in src/bin/d2/d2_controller.cc

src/bin/d2/d2_controller.cc

index 0200b644d7c59e0b55d4bdaf79fc4b277bee318f..0cf71b353d76b44176f650ea2479987c89ad4937 100644 (file)
@@ -16,6 +16,8 @@
 #include <d2/d2_process.h>
 #include <d2/spec_config.h>
 
+#include <stdlib.h>
+
 namespace isc {
 namespace d2 {