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
ISC Open Source Projects
Kea
Commits
c97ae477
Commit
c97ae477
authored
Jul 08, 2015
by
Thomas Markwalder
Browse files
[master] Fixed BSD compile error introduced by 3769
Added #include for waitpid() added to testing by 3769.
parent
cfeff322
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/daemon_unittest.cc
View file @
c97ae477
...
...
@@ -23,6 +23,8 @@
#include
<gtest/gtest.h>
#include
<sys/wait.h>
using
namespace
isc
;
using
namespace
isc
::
dhcp
;
using
namespace
isc
::
data
;
...
...
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