Include the wait.h from the portable location
Build complains about wrong header inclusion with musl, sys/wait.h ough to be instead. Co-authored-by: David Carlier <dcarlier@afilias.info>
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
*/
|
||||
# include <sys/resource.h>
|
||||
# include <sys/sysinfo.h>
|
||||
# include <sys/wait.h>
|
||||
# include <unistd.h>
|
||||
# include <wait.h>
|
||||
# define TEST_LIMITED
|
||||
# define KiB (1024ull)
|
||||
# define MiB (KiB * KiB)
|
||||
|
||||
Reference in New Issue
Block a user