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:
David CARLIER
2020-08-18 16:51:05 +01:00
committed by GitHub
parent c9b023be23
commit c171de9a89

View File

@@ -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)