testers: add missing #include <unistd.h> (#12862)
FreeBSD clang needs the header to be included for read(), write(), pipe(), close(), etc.
This commit is contained in:
parent
a3c8533d74
commit
7d8f57083e
7 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#include <unistd.h>
|
||||
#include <cmath>
|
||||
#include <chrono>
|
||||
#include <cstdlib>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue