forked from OSchip/llvm-project
[sanitizer] Fix test include on Darwin
This commit is contained in:
parent
e9014d9743
commit
0d59efbba4
|
@ -6,7 +6,7 @@
|
|||
#include <assert.h>
|
||||
#include <spawn.h>
|
||||
#include <stdio.h>
|
||||
#include <wait.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
if (argc > 1) {
|
||||
|
|
Loading…
Reference in New Issue