Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
25fec05f
Commit
25fec05f
authored
Jun 10, 2013
by
Thomas Markwalder
Browse files
[2998]] Corrects a build error under Solaris10 SunStudio where use of
getenv requires include of stdlib.h in src/bin/d2/d2_controller.cc
parent
7212536c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/d2/d2_controller.cc
View file @
25fec05f
...
@@ -16,6 +16,8 @@
...
@@ -16,6 +16,8 @@
#include <d2/d2_process.h>
#include <d2/d2_process.h>
#include <d2/spec_config.h>
#include <d2/spec_config.h>
#include <stdlib.h>
namespace
isc
{
namespace
isc
{
namespace
d2
{
namespace
d2
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment