[sanitizer] Fix test include on Darwin

This commit is contained in:
Vitaly Buka 2021-11-01 16:49:12 -07:00
parent e9014d9743
commit 0d59efbba4
1 changed files with 1 additions and 1 deletions

View File

@ -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) {