Skip to content

Commit 06d7615

Browse files
committedJan 5, 2016
Merge pull request swiftlang#28 from ianpartridge/master
Fix warning: wait.h required by waitpid()
2 parents 31586d5 + a5e56c6 commit 06d7615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/bsdtests.c

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <unistd.h>
2525
#include <errno.h>
2626
#include <sys/errno.h>
27+
#include <sys/wait.h>
2728
#include <string.h>
2829
#ifdef __APPLE__
2930
#include <crt_externs.h>

0 commit comments

Comments
 (0)
Please sign in to comment.