Add missing sys/wait.h include; fixes a compilation problem on musl libc.

This commit is contained in:
Todd C. Miller
2020-05-15 19:08:16 -06:00
parent 36bbf629be
commit 26b599a5b1

View File

@@ -19,6 +19,8 @@
#ifndef PYTHON_TESTHELPERS
#define PYTHON_TESTHELPERS
#include <sys/wait.h>
#include "iohelpers.h"
#include "../pyhelpers.h"