Add missing sys/wait.h include; fixes a compilation problem on musl libc.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#ifndef PYTHON_TESTHELPERS
|
||||
#define PYTHON_TESTHELPERS
|
||||
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "iohelpers.h"
|
||||
|
||||
#include "../pyhelpers.h"
|
||||
|
Reference in New Issue
Block a user