Parcourir la source

[master] Fixed BSD compile error introduced by 3769

Added #include for waitpid() added to testing by 3769.
Thomas Markwalder il y a 9 ans
Parent
commit
c97ae47792
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;