Fix WIFEXITED error on FreeBSD. (#2351) (#2353)

This commit is contained in:
Yuri Victorovich 2020-05-23 16:30:36 -04:00 committed by Wilson Snyder
parent eda46e3949
commit cff4b5a5ee
2 changed files with 2 additions and 0 deletions

View File

@ -51,5 +51,6 @@ Todd Strader
Veripool API Bot
Wilson Snyder
Yossi Nivin
Yuri Victorovich
Yutetsu TAKATSUKASA
Yves Mathieu

View File

@ -54,6 +54,7 @@
# include <thread>
#else
# include <sys/time.h>
# include <sys/wait.h>
# include <unistd.h> // usleep
#endif
// clang-format on