Skip to content

Commit 5b8e83e

Browse files
committed
Include sys/wait.h which is a more common location. U813-014
Change-Id: Ic76574f88de3af19f8e0bad491a443264876bc04
1 parent c2c7abb commit 5b8e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/unix/process-wrappers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <stdio.h>
2727
#include <stdlib.h>
2828
#include <unistd.h>
29-
#include <wait.h>
29+
#include <sys/wait.h>
3030
#include <signal.h>
3131

3232
typedef long long int sint_64;

0 commit comments

Comments
 (0)