[Fuzzer] Update the header path for fdio/spawn.h on Fuchsia

The path now includes lib/ prefix.

Differential Revision: https://reviews.llvm.org/D47866

llvm-svn: 334213
This commit is contained in:
Petr Hosek 2018-06-07 18:41:35 +00:00
parent 6367bca339
commit 157a5c2f09
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <cinttypes>
#include <cstdint>
#include <fcntl.h>
#include <fdio/spawn.h>
#include <lib/fdio/spawn.h>
#include <string>
#include <sys/select.h>
#include <thread>