mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
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