]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed BSD compile error introduced by 3769 trac3785_base
authorThomas Markwalder <tmark@isc.org>
Wed, 8 Jul 2015 16:23:48 +0000 (12:23 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 8 Jul 2015 16:23:48 +0000 (12:23 -0400)
Added #include for waitpid() added to testing by 3769.

src/lib/dhcpsrv/tests/daemon_unittest.cc

index e47b332cbc031d56093d2e78329d445298a0c1a7..d961e39d9cbf15c4234a2716ea78f89c8a3362dd 100644 (file)
@@ -23,6 +23,8 @@
 
 #include <gtest/gtest.h>
 
+#include <sys/wait.h>
+
 using namespace isc;
 using namespace isc::dhcp;
 using namespace isc::data;