1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

Include <sys/wait.h> as per wait(4) for WIFEXITED and WEXITSTATUS

Unbreak the build on OpenBSD.
This commit is contained in:
Klemens Nanni 2023-03-11 21:36:07 +04:00
parent 6507aef191
commit 2dff8c2b40
No known key found for this signature in database

View file

@ -6,6 +6,7 @@
#include "hash.hh" #include "hash.hh"
#include <sys/time.h> #include <sys/time.h>
#include <sys/wait.h>
#include <regex> #include <regex>