mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Explicitly include required C headers
This commit is contained in:
parent
9c58691ce3
commit
629e8da3aa
5 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <thread>
|
||||
#include <atomic>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <poll.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue