Browse Source

[master] Fixed BSD compile error introduced by 3769

Added #include for waitpid() added to testing by 3769.
Thomas Markwalder 9 years ago
parent
commit
c97ae47792
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/dhcpsrv/tests/daemon_unittest.cc

+ 2 - 0
src/lib/dhcpsrv/tests/daemon_unittest.cc

@@ -23,6 +23,8 @@
 
 #include <gtest/gtest.h>
 
+#include <sys/wait.h>
+
 using namespace isc;
 using namespace isc::dhcp;
 using namespace isc::data;